<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>AstroBasic</title>
	<atom:link href="https://astrobasic.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://astrobasic.com/</link>
	<description>The First Place to Learn Astrology</description>
	<lastBuildDate>Tue, 05 May 2026 05:33:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://astrobasic.com/wp-content/uploads/2020/04/cropped-favicon-32x32.png</url>
	<title>AstroBasic</title>
	<link>https://astrobasic.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<itunes:explicit>no</itunes:explicit><itunes:subtitle>The First Place to Learn Astrology</itunes:subtitle><item>
		<title>A Beginner’s Guide toVedic Astrology</title>
		<link>https://astrobasic.com/vedic-astrology-beginners-guide/</link>
		
		<dc:creator><![CDATA[Jayant Kumar Vatssa]]></dc:creator>
		<pubDate>Tue, 05 May 2026 05:31:46 +0000</pubDate>
				<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[astrobasic]]></category>
		<category><![CDATA[astrology]]></category>
		<category><![CDATA[astrologydaily]]></category>
		<category><![CDATA[astrologypost]]></category>
		<guid isPermaLink="false">https://astrobasic.com/?p=14710</guid>

					<description><![CDATA[<p>Vedic Astrology: A Beginner&#8217;s Guide &#124; AstroBasic AstroBasic Vedic Basics Charts Dashas Nakshatras Videos Vedic Astrology · Jyotish Shastra A</p>
<p>The post <a href="https://astrobasic.com/vedic-astrology-beginners-guide/">A Beginner&#8217;s Guide toVedic Astrology</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vedic Astrology: A Beginner&#8217;s Guide | AstroBasic</title>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&#038;family=Jost:wght@300;400;500;600&#038;display=swap" rel="stylesheet">
<style>
  :root {
    --gold: #C9A84C;
    --gold-light: #E8D08A;
    --gold-dark: #8C6A1F;
    --ink: #1A1410;
    --ink-muted: #4A3F35;
    --ink-faint: #8C7B6B;
    --parchment: #FAF6EF;
    --parchment-dark: #F0E9DB;
    --deep-maroon: #5C1A1A;
    --deep-indigo: #1A1A4A;
    --accent-teal: #1D6B6B;
    --border: rgba(201, 168, 76, 0.25);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'Jost', sans-serif;
    background: var(--parchment);
    color: var(--ink);
    line-height: 1.8;
  }

  /* HEADER */
  .site-header {
    background: var(--deep-indigo);
    padding: 14px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(201, 168, 76, 0.4);
  }
  .site-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--gold-light);
    letter-spacing: 0.12em;
    text-decoration: none;
  }
  .site-logo span { color: var(--gold); font-style: italic; }
  .nav-links { display: flex; gap: 28px; }
  .nav-links a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: rgba(232, 208, 138, 0.7);
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--gold-light); }

  /* HERO */
  .hero {
    background: var(--deep-indigo);
    padding: 80px 40px 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(201,168,76,0.08) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-mandala {
    width: 140px;
    height: 140px;
    margin: 0 auto 32px;
    opacity: 0.9;
  }
  .hero-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
  }
  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 6vw, 62px);
    font-weight: 300;
    color: #FFF8EE;
    line-height: 1.15;
    margin-bottom: 24px;
    letter-spacing: 0.01em;
  }
  .hero h1 em {
    font-style: italic;
    color: var(--gold-light);
  }
  .hero-desc {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 248, 238, 0.65);
    max-width: 580px;
    margin: 0 auto 32px;
    line-height: 1.9;
  }
  .hero-meta {
    display: flex;
    justify-content: center;
    gap: 28px;
    font-size: 12px;
    color: rgba(201,168,76,0.6);
    letter-spacing: 0.1em;
  }
  .hero-meta span { display: flex; align-items: center; gap: 6px; }

  /* LAYOUT */
  .article-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 28px 80px;
  }

  /* TABLE OF CONTENTS */
  .toc {
    background: white;
    border: 1px solid var(--border);
    border-left: 3px solid var(--gold);
    border-radius: 2px;
    padding: 28px 32px;
    margin: 52px 0 56px;
  }
  .toc-title {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 16px;
  }
  .toc-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 32px;
  }
  .toc-list a {
    font-size: 14px;
    color: var(--ink-muted);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s;
  }
  .toc-list a:hover { color: var(--gold-dark); }
  .toc-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    color: var(--gold);
    min-width: 18px;
  }

  /* SECTIONS */
  .article-section { margin-bottom: 60px; }
  .section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
  }
  .section-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 300;
    color: var(--gold);
    line-height: 1;
    min-width: 36px;
  }
  .section-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 400;
    color: var(--ink);
    line-height: 1.2;
  }
  .section-header h2 em { color: var(--gold-dark); }

  p {
    font-size: 16px;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.9;
    margin-bottom: 18px;
  }

  /* CALLOUT BOX */
  .callout {
    background: white;
    border: 1px solid var(--border);
    border-left: 3px solid var(--deep-maroon);
    padding: 20px 24px;
    margin: 28px 0;
    border-radius: 0 2px 2px 0;
  }
  .callout p { margin: 0; font-size: 15px; font-style: italic; color: var(--deep-maroon); }
  .callout strong { font-style: normal; font-weight: 600; }

  /* KEY CONCEPT BOXES */
  .concept-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin: 28px 0;
  }
  .concept-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 20px;
    position: relative;
  }
  .concept-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gold);
  }
  .concept-icon {
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
  }
  .concept-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 6px;
  }
  .concept-card p {
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
    color: var(--ink-faint);
  }

  /* TABLES */
  .table-wrap { overflow-x: auto; margin: 28px 0; }
  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: white;
  }
  thead tr {
    background: var(--deep-indigo);
    color: var(--gold-light);
  }
  thead th {
    padding: 12px 14px;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  tbody tr {
    border-bottom: 1px solid var(--parchment-dark);
    transition: background 0.15s;
  }
  tbody tr:hover { background: #FFFDF8; }
  tbody td {
    padding: 10px 14px;
    color: var(--ink-muted);
    vertical-align: top;
    line-height: 1.6;
  }
  tbody td:first-child { font-weight: 500; color: var(--ink); }
  .planet-symbol {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--parchment-dark);
    border: 1px solid var(--border);
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    margin-right: 6px;
  }

  /* ELEMENT GRID */
  .element-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 28px 0;
  }
  .element-card {
    border-radius: 3px;
    padding: 18px 14px;
    text-align: center;
  }
  .element-card.fire { background: #FEF3EA; border: 1px solid #F5C4A0; }
  .element-card.earth { background: #EDF5EA; border: 1px solid #A8D4A0; }
  .element-card.air { background: #EAF0FB; border: 1px solid #A0B8E8; }
  .element-card.water { background: #EAF5FB; border: 1px solid #A0CAE8; }
  .element-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
  }
  .element-card.fire .element-name { color: #8C3A10; }
  .element-card.earth .element-name { color: #2E6B28; }
  .element-card.air .element-name { color: #1A3E8C; }
  .element-card.water .element-name { color: #0D5A8C; }
  .element-signs {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
  }
  .element-card.fire .element-signs { color: #B5511E; }
  .element-card.earth .element-signs { color: #3D8035; }
  .element-card.air .element-signs { color: #2550A8; }
  .element-card.water .element-signs { color: #1575A8; }

  /* HOUSE GRID */
  .house-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 28px 0;
  }
  .house-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 14px 16px;
  }
  .house-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 300;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 4px;
  }
  .house-name {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 4px;
  }
  .house-domain {
    font-size: 12px;
    color: var(--gold-dark);
    font-weight: 500;
    margin-bottom: 6px;
  }
  .house-desc {
    font-size: 12px;
    color: var(--ink-faint);
    line-height: 1.55;
  }
  .house-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 2px;
    margin-top: 8px;
  }
  .tag-kendra { background: #EDF5EA; color: #2E6B28; }
  .tag-trikona { background: #FEF3EA; color: #8C3A10; }
  .tag-dusthana { background: #F5EAF5; color: #6B2A6B; }
  .tag-upachaya { background: #EAF0FB; color: #1A3E8C; }
  .tag-maraka { background: #FBEEEA; color: #8C2E1A; }

  /* VIDEO SECTION */
  .video-section {
    background: var(--deep-indigo);
    border-radius: 4px;
    padding: 36px 36px;
    margin: 40px 0;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .video-section::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(201,168,76,0.05);
  }
  .video-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
  }
  .video-section h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 400;
    color: #FFF8EE;
    margin-bottom: 8px;
  }
  .video-section > p {
    font-size: 14px;
    color: rgba(255,248,238,0.55);
    margin-bottom: 24px;
    font-weight: 300;
  }
  .video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .video-embed-box {
    border-radius: 4px;
    overflow: hidden;
    background: #0D0D20;
    border: 1px solid rgba(201,168,76,0.2);
  }
  .video-embed-box iframe {
    width: 100%;
    height: 210px;
    border: none;
    display: block;
  }
  .video-label {
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .play-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .play-icon svg { margin-left: 2px; }
  .video-title {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,248,238,0.85);
  }
  .video-dur {
    font-size: 11px;
    color: rgba(201,168,76,0.6);
    margin-top: 2px;
  }

  /* COMPARISON TABLE */
  .comparison-section {
    background: white;
    border: 1px solid var(--border);
    border-radius: 3px;
    overflow: hidden;
    margin: 28px 0;
  }
  .comparison-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .comp-col-head {
    padding: 14px 18px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .comp-col-head:first-child { background: var(--parchment-dark); color: var(--ink-faint); }
  .comp-col-head:nth-child(2) { background: var(--deep-indigo); color: var(--gold-light); }
  .comp-col-head:nth-child(3) { background: var(--deep-maroon); color: #E8C8B0; }
  .comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid var(--parchment-dark);
  }
  .comparison-row:hover { background: #FDFAF5; }
  .comp-cell {
    padding: 11px 18px;
    font-size: 13.5px;
    color: var(--ink-muted);
    line-height: 1.55;
  }
  .comp-cell.label { font-weight: 500; color: var(--ink-faint); font-size: 12px; }

  /* STEPS */
  .steps-list { list-style: none; margin: 24px 0; }
  .step-item {
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
    align-items: flex-start;
  }
  .step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--deep-indigo);
    border: 2px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--gold-light);
    flex-shrink: 0;
    margin-top: 2px;
  }
  .step-content h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 4px;
  }
  .step-content p { margin: 0; font-size: 14.5px; line-height: 1.75; }

  /* PULLQUOTE */
  .pullquote {
    text-align: center;
    padding: 48px 32px;
    margin: 48px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    position: relative;
  }
  .pullquote::before {
    content: '"';
    font-family: 'Cormorant Garamond', serif;
    font-size: 120px;
    line-height: 0.8;
    color: var(--gold);
    opacity: 0.15;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .pullquote blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 300;
    font-style: italic;
    color: var(--ink);
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto 16px;
    position: relative;
    z-index: 1;
  }
  .pullquote cite {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-dark);
  }

  /* FOOTER */
  .article-footer {
    border-top: 1px solid var(--border);
    padding: 40px 0 0;
    margin-top: 60px;
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
  }
  .footer-tag {
    display: inline-block;
    background: var(--parchment-dark);
    border: 1px solid var(--border);
    padding: 6px 14px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    color: var(--ink-muted);
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: all 0.2s;
  }
  .footer-tag:hover { background: white; border-color: var(--gold); color: var(--gold-dark); }

  /* SITE FOOTER */
  .site-footer {
    background: var(--deep-indigo);
    padding: 36px 40px;
    text-align: center;
    border-top: 1px solid rgba(201,168,76,0.2);
    margin-top: 80px;
  }
  .site-footer p {
    font-size: 13px;
    color: rgba(201,168,76,0.45);
    margin: 0;
    font-weight: 300;
    line-height: 1.6;
  }
  .site-footer a { color: rgba(201,168,76,0.6); text-decoration: none; }

  @media (max-width: 700px) {
    .site-header { padding: 12px 20px; }
    .nav-links { display: none; }
    .hero { padding: 52px 20px 48px; }
    .article-wrap { padding: 0 18px 60px; }
    .toc-list { grid-template-columns: 1fr; }
    .element-grid { grid-template-columns: repeat(2, 1fr); }
    .house-grid { grid-template-columns: repeat(2, 1fr); }
    .video-grid { grid-template-columns: 1fr; }
    .comparison-header, .comparison-row { grid-template-columns: 1fr; }
    .comp-col-head:first-child { display: none; }
    .comp-cell.label { display: none; }
  }
</style>
</head>
<body>

<!-- SITE HEADER -->
<header class="site-header">
  <a class="site-logo" href="#">Astro<span>Basic</span></a>
  <nav class="nav-links">
    <a href="#">Vedic Basics</a>
    <a href="#">Charts</a>
    <a href="#">Dashas</a>
    <a href="#">Nakshatras</a>
    <a href="#">Videos</a>
  </nav>
</header>

<!-- HERO -->
<div class="hero">
  <!-- Mandala SVG -->
  <svg class="hero-mandala" viewBox="0 0 140 140" xmlns="http://www.w3.org/2000/svg">
    <g transform="translate(70,70)">
      <circle r="64" fill="none" stroke="rgba(201,168,76,0.18)" stroke-width="0.8"/>
      <circle r="52" fill="none" stroke="rgba(201,168,76,0.25)" stroke-width="0.6"/>
      <circle r="38" fill="none" stroke="rgba(201,168,76,0.35)" stroke-width="0.8"/>
      <circle r="22" fill="none" stroke="rgba(201,168,76,0.5)" stroke-width="1"/>
      <circle r="8" fill="rgba(201,168,76,0.6)"/>
      <!-- 8 petals outer -->
      <g>
        <ellipse rx="6" ry="14" cy="-48" fill="none" stroke="rgba(201,168,76,0.3)" stroke-width="0.8"/>
        <ellipse rx="6" ry="14" cy="48" fill="none" stroke="rgba(201,168,76,0.3)" stroke-width="0.8"/>
        <ellipse rx="14" ry="6" cx="-48" fill="none" stroke="rgba(201,168,76,0.3)" stroke-width="0.8"/>
        <ellipse rx="14" ry="6" cx="48" fill="none" stroke="rgba(201,168,76,0.3)" stroke-width="0.8"/>
        <ellipse rx="6" ry="14" cy="-48" transform="rotate(45)" fill="none" stroke="rgba(201,168,76,0.2)" stroke-width="0.6"/>
        <ellipse rx="6" ry="14" cy="48" transform="rotate(45)" fill="none" stroke="rgba(201,168,76,0.2)" stroke-width="0.6"/>
        <ellipse rx="14" ry="6" cx="-48" transform="rotate(45)" fill="none" stroke="rgba(201,168,76,0.2)" stroke-width="0.6"/>
        <ellipse rx="14" ry="6" cx="48" transform="rotate(45)" fill="none" stroke="rgba(201,168,76,0.2)" stroke-width="0.6"/>
      </g>
      <!-- 12 spokes -->
      <g stroke="rgba(201,168,76,0.2)" stroke-width="0.5">
        <line y1="-64" y2="-8"/>
        <line y1="64" y2="8"/>
        <line x1="-64" x2="-8"/>
        <line x1="64" x2="8"/>
        <line transform="rotate(30)" y1="-64" y2="-8"/>
        <line transform="rotate(60)" y1="-64" y2="-8"/>
        <line transform="rotate(90)" y1="-64" y2="-8"/>
        <line transform="rotate(120)" y1="-64" y2="-8"/>
        <line transform="rotate(150)" y1="-64" y2="-8"/>
        <line transform="rotate(210)" y1="-64" y2="-8"/>
        <line transform="rotate(240)" y1="-64" y2="-8"/>
        <line transform="rotate(300)" y1="-64" y2="-8"/>
      </g>
      <!-- Outer dots -->
      <g fill="rgba(201,168,76,0.5)">
        <circle cy="-64" r="2"/>
        <circle cy="64" r="2"/>
        <circle cx="-64" r="2"/>
        <circle cx="64" r="2"/>
        <circle transform="rotate(45)" cy="-64" r="1.5"/>
        <circle transform="rotate(90)" cy="-64" r="2"/>
        <circle transform="rotate(135)" cy="-64" r="1.5"/>
        <circle transform="rotate(180)" cy="-64" r="2"/>
        <circle transform="rotate(225)" cy="-64" r="1.5"/>
        <circle transform="rotate(270)" cy="-64" r="2"/>
        <circle transform="rotate(315)" cy="-64" r="1.5"/>
      </g>
    </g>
  </svg>

  <p class="hero-eyebrow">Vedic Astrology · Jyotish Shastra</p>
  <h1>A Beginner&#8217;s Guide to<br><em>Vedic Astrology</em></h1>
  <p class="hero-desc">Discover the ancient science of Jyotish — from the sidereal zodiac and planetary dignities to the 12 houses of life. Your complete introduction to reading a Vedic birth chart.</p>
  <div class="hero-meta">
    <span>By AstroBasic Team</span>
    <span>·</span>
    <span>Beginner Friendly</span>
    <span>·</span>
    <span>Chitrapaksha (Lahiri) Ayanamsha</span>
  </div>
</div>

<!-- ARTICLE BODY -->
<div class="article-wrap">

  <!-- TABLE OF CONTENTS -->
  <nav class="toc">
    <p class="toc-title">In This Guide</p>
    <ul class="toc-list">
      <li><a href="#ayanamsha"><span class="toc-num">01</span> What is Ayanamsha?</a></li>
      <li><a href="#pillars"><span class="toc-num">02</span> The Five Pillars</a></li>
      <li><a href="#rashis"><span class="toc-num">03</span> The 12 Rashis (Signs)</a></li>
      <li><a href="#grahas"><span class="toc-num">04</span> The 9 Grahas (Planets)</a></li>
      <li><a href="#bhavas"><span class="toc-num">05</span> The 12 Bhavas (Houses)</a></li>
      <li><a href="#aspects"><span class="toc-num">06</span> Planetary Aspects</a></li>
      <li><a href="#reading"><span class="toc-num">07</span> Reading a Vedic Chart</a></li>
      <li><a href="#vedic-vs-western"><span class="toc-num">08</span> Vedic vs. Western</a></li>
    </ul>
  </nav>

  <!-- INTRO TEXT -->
  <p>Vedic astrology — known in Sanskrit as <em>Jyotish Shastra</em>, meaning &#8220;the science of light&#8221; — is one of the oldest predictive sciences in human history. Rooted in the sacred texts of the Vedas, it offers a profound map of karma, dharma, and the unfolding of a life&#8217;s destiny through the positions of celestial bodies at the moment of birth.</p>
  <p>Unlike Western astrology, Jyotish uses a <strong>sidereal zodiac</strong> anchored to actual star positions, and places equal importance on the Moon sign and the rising sign (Lagna) as primary markers of the individual&#8217;s identity and path.</p>

  <!-- SECTION 1: AYANAMSHA -->
  <section class="article-section" id="ayanamsha">
    <div class="section-header">
      <span class="section-num">01</span>
      <h2>What is <em>Ayanamsha</em>?</h2>
    </div>
    <p>The single most important concept that separates Vedic from Western astrology is the <strong>ayanamsha</strong> — a corrective value that accounts for the Earth&#8217;s gradual axial wobble, known as the precession of the equinoxes.</p>
    <p>Western (Tropical) astrology measures the zodiac from the Spring Equinox — the Sun&#8217;s movement. Vedic astrology instead anchors the zodiac to a fixed backdrop of stars, the <strong>Sidereal Zodiac</strong>. Over millennia, the two zodiacs have slowly drifted apart by roughly 23–24 degrees. The ayanamsha is the correction value that converts a Tropical degree into its Sidereal position.</p>

    <div class="callout">
      <p><strong>Practical Impact:</strong> If your Sun is at 5° Aries in Western astrology, subtracting ~23.5° places it at approximately 11° Pisces in the Vedic sidereal chart. This is why many people discover their Vedic chart feels deeply different — and often more accurate — to their lived experience.</p>
    </div>

    <p>The most widely used ayanamsha in India is the <strong>Chitrapaksha Ayanamsha</strong>, also known as the <strong>Lahiri Ayanamsha</strong>. Adopted as the official standard in India&#8217;s national calendar (Rashtriya Panchang), it is calculated by anchoring the 0° Libra point to the fixed star Chitra (Spica — Alpha Virginis). This is the system used throughout this guide.</p>
  </section>

  <!-- SECTION 2: FIVE PILLARS -->
  <section class="article-section" id="pillars">
    <div class="section-header">
      <span class="section-num">02</span>
      <h2>The <em>Five Pillars</em> of a Vedic Horoscope</h2>
    </div>
    <p>Every Vedic reading is built upon five core architectural elements. Think of these as the five lenses through which all interpretation flows. Mastering these foundations unlocks the entire system.</p>

    <div class="concept-grid">
      <div class="concept-card">
        <span class="concept-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2648.png" alt="♈" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
        <h4>12 Rashis</h4>
        <p>The zodiac wheel divided into 12 equal signs of 30° each — the stage upon which all planetary drama unfolds.</p>
      </div>
      <div class="concept-card">
        <span class="concept-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3e0.png" alt="🏠" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
        <h4>12 Bhavas</h4>
        <p>The 12 houses of life, anchored to the exact birth time and place — representing every department of human existence.</p>
      </div>
      <div class="concept-card">
        <span class="concept-icon">☿</span>
        <h4>9 Grahas</h4>
        <p>The seven classical planets plus Rahu and Ketu — the lunar nodes. Each carries a unique cosmic role and karmic function.</p>
      </div>
      <div class="concept-card">
        <span class="concept-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f441.png" alt="👁" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
        <h4>Drishti (Aspects)</h4>
        <p>The line-of-sight influence planets cast upon houses and other planets. Unlike Western aspects, Vedic aspects are full-strength and house-based.</p>
      </div>
      <div class="concept-card">
        <span class="concept-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2696.png" alt="⚖" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
        <h4>Graha Bala</h4>
        <p>Planetary strength and dignity — whether a planet is exalted, in its own sign, debilitated, or in an enemy&#8217;s sign.</p>
      </div>
    </div>

    <p>There are also three key modifying conditions that change how any planet expresses itself. A <strong>retrograde (Vakri)</strong> planet appears to move backward and internalises its energy, intensifying karmic patterns. A <strong>combust (Asta)</strong> planet sits too close to the Sun and has its energy burned away. An <strong>exchange (Parivartana Yoga)</strong> occurs when two planets occupy each other&#8217;s own signs — creating a powerful mutual influence that effectively merges their two houses.</p>
  </section>

  <!-- VIDEO SECTION -->
  <div class="video-section">
    <p class="video-eyebrow">Watch &amp; Learn · AstroBasic Video Series</p>
    <h3>Understand the 9 Planets &amp; 12 Houses</h3>
    <p>Our video explainers walk you through each concept with clarity and depth. Available in English and Hindi.</p>

    <!-- English Videos -->
    <div style="margin-bottom: 10px;">
      <div style="display:flex; align-items:center; gap:10px; margin-bottom:12px;">
        <div style="height:1px; flex:1; background:rgba(201,168,76,0.2);"></div>
        <span style="font-size:11px; font-weight:600; letter-spacing:0.2em; text-transform:uppercase; color:var(--gold); white-space:nowrap;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f1ec-1f1e7.png" alt="🇬🇧" class="wp-smiley" style="height: 1em; max-height: 1em;" /> English</span>
        <div style="height:1px; flex:1; background:rgba(201,168,76,0.2);"></div>
      </div>
      <div class="video-grid">
        <div class="video-embed-box">
          <iframe src="https://www.youtube.com/embed/iDbQm0--wDw" title="AstroBasic — The 9 Planets in Vedic Astrology (English)" allowfullscreen loading="lazy"></iframe>
          <div class="video-label">
            <div class="play-icon">
              <svg width="10" height="12" viewBox="0 0 10 12" fill="none"><path d="M1 1L9 6L1 11V1Z" fill="#1A1410"/></svg>
            </div>
            <div>
              <div class="video-title">The 9 Grahas — Planet Significations</div>
              <div class="video-dur">AstroBasic · English · Beginner Series</div>
            </div>
          </div>
        </div>
        <div class="video-embed-box">
          <iframe src="https://www.youtube.com/embed/BnTUDw4drbw" title="AstroBasic — The 12 Houses in Vedic Astrology (English)" allowfullscreen loading="lazy"></iframe>
          <div class="video-label">
            <div class="play-icon">
              <svg width="10" height="12" viewBox="0 0 10 12" fill="none"><path d="M1 1L9 6L1 11V1Z" fill="#1A1410"/></svg>
            </div>
            <div>
              <div class="video-title">The 12 Bhavas — Houses of Life</div>
              <div class="video-dur">AstroBasic · English · Beginner Series</div>
            </div>
          </div>
        </div>
      </div>
    </div>

    <!-- Hindi Videos -->
    <div style="margin-top:24px;">
      <div style="display:flex; align-items:center; gap:10px; margin-bottom:12px;">
        <div style="height:1px; flex:1; background:rgba(201,168,76,0.2);"></div>
        <span style="font-size:11px; font-weight:600; letter-spacing:0.2em; text-transform:uppercase; color:var(--gold); white-space:nowrap;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f1ee-1f1f3.png" alt="🇮🇳" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Hindi</span>
        <div style="height:1px; flex:1; background:rgba(201,168,76,0.2);"></div>
      </div>
      <div class="video-grid">
        <div class="video-embed-box">
          <iframe src="https://www.youtube.com/embed/EitkGEGkTHk" title="AstroBasic — The 9 Planets in Vedic Astrology (Hindi)" allowfullscreen loading="lazy"></iframe>
          <div class="video-label">
            <div class="play-icon">
              <svg width="10" height="12" viewBox="0 0 10 12" fill="none"><path d="M1 1L9 6L1 11V1Z" fill="#1A1410"/></svg>
            </div>
            <div>
              <div class="video-title">The 9 Grahas — Planet Significations</div>
              <div class="video-dur">AstroBasic · Hindi · Beginner Series</div>
            </div>
          </div>
        </div>
        <div class="video-embed-box">
          <iframe src="https://www.youtube.com/embed/qY3lO4xc4NY" title="AstroBasic — The 12 Houses in Vedic Astrology (Hindi)" allowfullscreen loading="lazy"></iframe>
          <div class="video-label">
            <div class="play-icon">
              <svg width="10" height="12" viewBox="0 0 10 12" fill="none"><path d="M1 1L9 6L1 11V1Z" fill="#1A1410"/></svg>
            </div>
            <div>
              <div class="video-title">The 12 Bhavas — Houses of Life</div>
              <div class="video-dur">AstroBasic · Hindi · Beginner Series</div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>

  <!-- SECTION 3: RASHIS -->
  <section class="article-section" id="rashis">
    <div class="section-header">
      <span class="section-num">03</span>
      <h2>The 12 <em>Rashis</em> — Zodiac Signs</h2>
    </div>
    <p>The sidereal zodiac is divided into 12 Rashis (signs) of 30° each. Each sign carries an element, a direction, a ruling planet, and a unique set of significations governing both body parts and areas of life.</p>

    <div class="element-grid">
      <div class="element-card fire">
        <span class="element-name"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f525.png" alt="🔥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Fiery (Agni) — East</span>
        <div class="element-signs">Aries · Leo · Sagittarius</div>
      </div>
      <div class="element-card earth">
        <span class="element-name"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f33f.png" alt="🌿" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Earthy (Prithvi) — South</span>
        <div class="element-signs">Taurus · Virgo · Capricorn</div>
      </div>
      <div class="element-card air">
        <span class="element-name"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a8.png" alt="💨" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Airy (Vayu) — West</span>
        <div class="element-signs">Gemini · Libra · Aquarius</div>
      </div>
      <div class="element-card water">
        <span class="element-name"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a7.png" alt="💧" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Watery (Jala) — North</span>
        <div class="element-signs">Cancer · Scorpio · Pisces</div>
      </div>
    </div>

    <div class="table-wrap">
      <table>
        <thead>
          <tr>
            <th>#</th>
            <th>Sign (Rashi)</th>
            <th>Sanskrit</th>
            <th>Ruling Planet</th>
            <th>Key Significations</th>
          </tr>
        </thead>
        <tbody>
          <tr><td>1</td><td>Aries</td><td>Mesha</td><td>Mars</td><td>Head, courage, fire, technical fields, pioneer energy</td></tr>
          <tr><td>2</td><td>Taurus</td><td>Vrishabha</td><td>Venus</td><td>Face, fortune, music, fine arts, beauty, earthy stability</td></tr>
          <tr><td>3</td><td>Gemini</td><td>Mithuna</td><td>Mercury</td><td>Intellect, commerce, law, dual nature, communication</td></tr>
          <tr><td>4</td><td>Cancer</td><td>Karka</td><td>Moon</td><td>Heart, mother, emotions, hotels, foreign land, fluids</td></tr>
          <tr><td>5</td><td>Leo</td><td>Simha</td><td>Sun</td><td>Father, authority, government, medicine, kingly leadership</td></tr>
          <tr><td>6</td><td>Virgo</td><td>Kanya</td><td>Mercury</td><td>Law, judicial, analytical precision, vegetation, trade</td></tr>
          <tr><td>7</td><td>Libra</td><td>Tula</td><td>Venus</td><td>Riches, banking, jewellery, fine arts, balance, luxury</td></tr>
          <tr><td>8</td><td>Scorpio</td><td>Vrishchika</td><td>Mars</td><td>Iron, police, mantras, secrets, transformation, sex</td></tr>
          <tr><td>9</td><td>Sagittarius</td><td>Dhanu</td><td>Jupiter</td><td>Philosophy, religion, guru, banking, thighs, higher learning</td></tr>
          <tr><td>10</td><td>Capricorn</td><td>Makara</td><td>Saturn</td><td>Politics, holy places, waist, cautious ambition, discipline</td></tr>
          <tr><td>11</td><td>Aquarius</td><td>Kumbha</td><td>Saturn</td><td>Humanitarian ideals, renunciation, politics, holy waters</td></tr>
          <tr><td>12</td><td>Pisces</td><td>Meena</td><td>Jupiter</td><td>Feet, moksha, liberation, piety, spiritual salvation</td></tr>
        </tbody>
      </table>
    </div>
  </section>

  <!-- SECTION 4: GRAHAS -->
  <section class="article-section" id="grahas">
    <div class="section-header">
      <span class="section-num">04</span>
      <h2>The 9 <em>Grahas</em> — Planets</h2>
    </div>
    <p>Vedic astrology works with 9 celestial bodies — the seven classical planets visible to the naked eye, plus the lunar nodes Rahu and Ketu. Each Graha embodies a unique consciousness and governs specific areas of life both naturally (Naisargika Karaka) and through its house lordship in the individual&#8217;s chart.</p>

    <div class="table-wrap">
      <table>
        <thead>
          <tr>
            <th>Planet</th>
            <th>Sanskrit</th>
            <th>Key Significations</th>
          </tr>
        </thead>
        <tbody>
          <tr><td>☉ Sun</td><td>Surya</td><td>Soul, father, authority, government, medicine, bones, fame, vitality</td></tr>
          <tr><td>☽ Moon</td><td>Chandra</td><td>Mind, mother, emotions, water, travel, psychology, womanhood</td></tr>
          <tr><td><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2642.png" alt="♂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Mars</td><td>Kuja / Mangal</td><td>Brothers, land &amp; property, blood, courage, accidents, fire, military</td></tr>
          <tr><td>☿ Mercury</td><td>Budha</td><td>Intelligence, commerce, law, languages, writing, education, nervous system</td></tr>
          <tr><td>♃ Jupiter</td><td>Guru / Brihaspati</td><td>Dharma, wisdom, philosophy, children, banking, religion, spiritual growth</td></tr>
          <tr><td><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2640.png" alt="♀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Venus</td><td>Shukra</td><td>Beauty, luxury, vehicles, arts, jewellery, comfort, the wife (in male charts)</td></tr>
          <tr><td>♄ Saturn</td><td>Shani</td><td>Karma, discipline, hard work, delay, death, longevity, renunciation</td></tr>
          <tr><td>☊ Rahu</td><td>Rahu (North Node)</td><td>Illusion, foreign influence, technology, worldly desire, photography</td></tr>
          <tr><td>☋ Ketu</td><td>Ketu (South Node)</td><td>Moksha, spirituality, surgery, past-life karma, electricity, detachment</td></tr>
        </tbody>
      </table>
    </div>

    <p>Every planet also holds a dignity in the zodiac — a spectrum from its most powerful expression to its weakest. These dignities profoundly shape how a planet delivers its results.</p>

    <div class="table-wrap">
      <table>
        <thead>
          <tr>
            <th>Planet</th>
            <th>Own Sign</th>
            <th>Exaltation (Best)</th>
            <th>Debilitation (Weakest)</th>
            <th>Mool Trikona</th>
          </tr>
        </thead>
        <tbody>
          <tr><td>☉ Sun</td><td>Leo</td><td>10° Aries</td><td>Libra</td><td>Leo 0–20°</td></tr>
          <tr><td>☽ Moon</td><td>Cancer</td><td>3° Taurus</td><td>Scorpio</td><td>Taurus 4–20°</td></tr>
          <tr><td><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2642.png" alt="♂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Mars</td><td>Aries, Scorpio</td><td>28° Capricorn</td><td>Cancer</td><td>Aries 0–12°</td></tr>
          <tr><td>☿ Mercury</td><td>Gemini, Virgo</td><td>15° Virgo</td><td>Pisces</td><td>Virgo 16–20°</td></tr>
          <tr><td>♃ Jupiter</td><td>Sagittarius, Pisces</td><td>5° Cancer</td><td>Capricorn</td><td>Sagittarius 0–10°</td></tr>
          <tr><td><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2640.png" alt="♀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Venus</td><td>Taurus, Libra</td><td>27° Pisces</td><td>Virgo</td><td>Libra 0–15°</td></tr>
          <tr><td>♄ Saturn</td><td>Capricorn, Aquarius</td><td>20° Libra</td><td>Aries</td><td>Aquarius 0–20°</td></tr>
        </tbody>
      </table>
    </div>
  </section>

  <!-- SECTION 5: BHAVAS -->
  <section class="article-section" id="bhavas">
    <div class="section-header">
      <span class="section-num">05</span>
      <h2>The 12 <em>Bhavas</em> — Houses of Life</h2>
    </div>
    <p>The 12 Bhavas (houses) are the framework through which a person&#8217;s entire life is mapped. They are calculated based on the <strong>Lagna</strong> — the ascendant sign rising on the eastern horizon at your exact time and place of birth. Each house governs a specific department of life and is ruled by the planet that owns its occupying sign.</p>

    <p>Houses are grouped by their quality and function:</p>
    <ul style="margin: 0 0 22px 20px; font-size: 15px; color: var(--ink-muted); line-height: 2;">
      <li><strong>Kendra (1, 4, 7, 10)</strong> — Angular pillars. Strong planets here produce powerful results.</li>
      <li><strong>Trikona (1, 5, 9)</strong> — Houses of luck, merit, and dharma. The most auspicious positions.</li>
      <li><strong>Upachaya (3, 6, 10, 11)</strong> — Growth houses. Planets here strengthen over time with effort.</li>
      <li><strong>Dusthana (6, 8, 12)</strong> — Challenge houses: disease, hidden matters, and loss.</li>
      <li><strong>Maraka (2, 7)</strong> — The death-inflicting houses; their lords influence longevity.</li>
    </ul>

    <div class="house-grid">
      <div class="house-card">
        <div class="house-num">1</div>
        <div class="house-name">Lagna / Tanu Bhava</div>
        <div class="house-domain">Self &amp; Body</div>
        <div class="house-desc">Physical appearance, health, vitality, personality, the start of life&#8217;s journey.</div>
        <span class="house-tag tag-kendra">Kendra</span> <span class="house-tag tag-trikona">Trikona</span>
      </div>
      <div class="house-card">
        <div class="house-num">2</div>
        <div class="house-name">Dhana Bhava</div>
        <div class="house-domain">Wealth &amp; Speech</div>
        <div class="house-desc">Money, family, speech, eyes, food, jewellery, early education, memory.</div>
        <span class="house-tag tag-maraka">Maraka</span>
      </div>
      <div class="house-card">
        <div class="house-num">3</div>
        <div class="house-name">Sahaja Bhava</div>
        <div class="house-domain">Siblings &amp; Courage</div>
        <div class="house-desc">Brothers and sisters, short travel, communication, writing, contracts, hands.</div>
        <span class="house-tag tag-upachaya">Upachaya</span>
      </div>
      <div class="house-card">
        <div class="house-num">4</div>
        <div class="house-name">Sukha Bhava</div>
        <div class="house-domain">Home &amp; Mother</div>
        <div class="house-desc">Mother, native place, property, vehicles, academic education, comforts.</div>
        <span class="house-tag tag-kendra">Kendra</span>
      </div>
      <div class="house-card">
        <div class="house-num">5</div>
        <div class="house-name">Putra Bhava</div>
        <div class="house-domain">Children &amp; Creativity</div>
        <div class="house-desc">Children, romance, intelligence, speculation, spiritual practices, past-life merit.</div>
        <span class="house-tag tag-trikona">Trikona</span>
      </div>
      <div class="house-card">
        <div class="house-num">6</div>
        <div class="house-name">Ripu/Roga Bhava</div>
        <div class="house-domain">Enemies &amp; Disease</div>
        <div class="house-desc">Health problems, debts, enemies, service, legal disputes, the maternal uncle.</div>
        <span class="house-tag tag-dusthana">Dusthana</span> <span class="house-tag tag-upachaya">Upachaya</span>
      </div>
      <div class="house-card">
        <div class="house-num">7</div>
        <div class="house-name">Kalatra Bhava</div>
        <div class="house-domain">Marriage &amp; Partnerships</div>
        <div class="house-desc">Spouse, business partnerships, legal bonds, foreign travel, public dealings.</div>
        <span class="house-tag tag-kendra">Kendra</span> <span class="house-tag tag-maraka">Maraka</span>
      </div>
      <div class="house-card">
        <div class="house-num">8</div>
        <div class="house-name">Mrityu Bhava</div>
        <div class="house-domain">Death &amp; Transformation</div>
        <div class="house-desc">Longevity, inheritance, sudden events, accidents, occult, chronic illness.</div>
        <span class="house-tag tag-dusthana">Dusthana</span>
      </div>
      <div class="house-card">
        <div class="house-num">9</div>
        <div class="house-name">Dharma Bhava</div>
        <div class="house-domain">Fortune &amp; Dharma</div>
        <div class="house-desc">Father, guru, philosophy, long journeys, higher education, religious merit, luck.</div>
        <span class="house-tag tag-trikona">Trikona</span>
      </div>
      <div class="house-card">
        <div class="house-num">10</div>
        <div class="house-name">Karma Bhava</div>
        <div class="house-domain">Profession &amp; Fame</div>
        <div class="house-desc">Career, status, authority, government honours, public recognition, social standing.</div>
        <span class="house-tag tag-kendra">Kendra</span> <span class="house-tag tag-upachaya">Upachaya</span>
      </div>
      <div class="house-card">
        <div class="house-num">11</div>
        <div class="house-name">Labha Bhava</div>
        <div class="house-domain">Gains &amp; Friends</div>
        <div class="house-desc">Income, elder siblings, friends, social circle, aspirations, recovery from illness.</div>
        <span class="house-tag tag-upachaya">Upachaya</span>
      </div>
      <div class="house-card">
        <div class="house-num">12</div>
        <div class="house-name">Vyaya Bhava</div>
        <div class="house-domain">Loss &amp; Liberation</div>
        <div class="house-desc">Expenses, foreign lands, hospitals, moksha, isolation, secret enemies, bed pleasures.</div>
        <span class="house-tag tag-dusthana">Dusthana</span>
      </div>
    </div>
  </section>

  <!-- SECTION 6: ASPECTS -->
  <section class="article-section" id="aspects">
    <div class="section-header">
      <span class="section-num">06</span>
      <h2>Planetary <em>Aspects</em> — Graha Drishti</h2>
    </div>
    <p>In Vedic astrology, aspects (Drishti) work very differently from Western astrology. Rather than measuring angular degrees between planets, Vedic aspects are <strong>full-strength, house-to-house influences</strong> counted forward from the planet&#8217;s current position. Every planet fully aspects the 7th house from itself. Three planets have additional special aspects.</p>

    <div class="callout">
      <p><strong>Key Principle:</strong> Aspects are counted forward from the aspecting planet&#8217;s house. Saturn in the 1st house, for example, casts its special influence on the 3rd, 7th, and 10th houses — regardless of what signs occupy those houses.</p>
    </div>

    <div class="table-wrap">
      <table>
        <thead>
          <tr>
            <th>Planet(s)</th>
            <th>Houses Aspected</th>
            <th>Vedic Significance</th>
          </tr>
        </thead>
        <tbody>
          <tr><td>Sun, Moon, Venus, Mercury</td><td>7th house (full)</td><td>Universal full aspect — applies to all planets</td></tr>
          <tr><td>♃ Jupiter</td><td>5th, 7th, 9th</td><td>Auspicious triple aspect — dharma, wisdom, fortune</td></tr>
          <tr><td>♄ Saturn</td><td>3rd, 7th, 10th</td><td>Karmic discipline — effort, profession, longevity</td></tr>
          <tr><td><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2642.png" alt="♂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Mars</td><td>4th, 7th, 8th</td><td>Aggressive aspect — property, partnerships, transformation</td></tr>
          <tr><td>☊ Rahu / ☋ Ketu</td><td>5th, 9th</td><td>Shadow node axis — karma, past lives, spiritual lessons</td></tr>
        </tbody>
      </table>
    </div>
  </section>

  <!-- SECTION 7: READING A CHART -->
  <section class="article-section" id="reading">
    <div class="section-header">
      <span class="section-num">07</span>
      <h2>How to Begin <em>Reading</em> a Vedic Chart</h2>
    </div>
    <p>Reading a Vedic chart is a structured, layered process. Beginners often feel overwhelmed by the complexity, but following these five steps in sequence creates a reliable framework for any chart analysis.</p>

    <ul class="steps-list">
      <li class="step-item">
        <div class="step-circle">1</div>
        <div class="step-content">
          <h4>Identify the Lagna (Ascendant)</h4>
          <p>The Lagna sign becomes your 1st house, and everything is counted from here. The planet ruling your Lagna sign is the chart ruler — its placement in the chart reveals your overall life direction, physical constitution, and fundamental approach to the world.</p>
        </div>
      </li>
      <li class="step-item">
        <div class="step-circle">2</div>
        <div class="step-content">
          <h4>Note Planets in Each House</h4>
          <p>Planets placed within a house directly colour that area of life. Benefic planets (Jupiter, Venus, unafflicted Moon and Mercury) bring growth and ease. Malefic planets (Saturn, Mars, Rahu, Ketu) bring intensity, challenge, or focused karmic lessons.</p>
        </div>
      </li>
      <li class="step-item">
        <div class="step-circle">3</div>
        <div class="step-content">
          <h4>Check House Lords (Bhavesh)</h4>
          <p>The planet ruling the sign that occupies each house becomes that house&#8217;s lord. A well-placed 7th house lord blesses marriage and partnerships; the same lord placed in the 8th or 12th house creates challenges. Every house lord&#8217;s condition must be assessed.</p>
        </div>
      </li>
      <li class="step-item">
        <div class="step-circle">4</div>
        <div class="step-content">
          <h4>Apply Aspects (Drishti)</h4>
          <p>A planet does not need to sit in a house to influence it — its aspect can powerfully shape that house&#8217;s affairs from a distance. Use the aspect table above to trace all planetary influences onto each house, even those that appear empty.</p>
        </div>
      </li>
      <li class="step-item">
        <div class="step-circle">5</div>
        <div class="step-content">
          <h4>Assess Planetary Strength (Bala)</h4>
          <p>Planets in exaltation (Uchcha) or own sign (Swakshetra) deliver their best results. Planets in debilitation (Neecha) or enemy signs are weakened. For deeper analysis, study the full Shadbala system — the six-fold measure of planetary strength used in classical Jyotish.</p>
        </div>
      </li>
    </ul>
  </section>

  <!-- PULLQUOTE -->
  <div class="pullquote">
    <blockquote>Jyotish is the eye of the Vedas — it illuminates the path of karma and dharma.</blockquote>
    <cite>Ancient Sanskrit Proverb</cite>
  </div>

  <!-- SECTION 8: VEDIC VS WESTERN -->
  <section class="article-section" id="vedic-vs-western">
    <div class="section-header">
      <span class="section-num">08</span>
      <h2>Vedic <em>vs.</em> Western Astrology</h2>
    </div>
    <p>Both traditions illuminate the human experience, but they approach the sky through fundamentally different lenses. Understanding these differences helps you appreciate what each system offers — and why your Vedic chart may feel like meeting yourself for the first time.</p>

    <div class="comparison-section">
      <div class="comparison-header">
        <div class="comp-col-head">Feature</div>
        <div class="comp-col-head">Vedic (Jyotish)</div>
        <div class="comp-col-head">Western Astrology</div>
      </div>
      <div class="comparison-row">
        <div class="comp-cell label">Zodiac Type</div>
        <div class="comp-cell">Sidereal — anchored to fixed stars</div>
        <div class="comp-cell">Tropical — anchored to the Spring Equinox</div>
      </div>
      <div class="comparison-row">
        <div class="comp-cell label">Ayanamsha</div>
        <div class="comp-cell">~23.5° corrective offset applied (Lahiri)</div>
        <div class="comp-cell">No ayanamsha correction applied</div>
      </div>
      <div class="comparison-row">
        <div class="comp-cell label">Planets Used</div>
        <div class="comp-cell">9 planets — includes Rahu &amp; Ketu</div>
        <div class="comp-cell">10 planets — includes Uranus, Neptune, Pluto</div>
      </div>
      <div class="comparison-row">
        <div class="comp-cell label">House System</div>
        <div class="comp-cell">Whole-sign houses most common</div>
        <div class="comp-cell">Placidus / Koch systems most common</div>
      </div>
      <div class="comparison-row">
        <div class="comp-cell label">Timing Events</div>
        <div class="comp-cell">Dasha system — planetary periods</div>
        <div class="comp-cell">Transits &amp; progressions</div>
      </div>
      <div class="comparison-row">
        <div class="comp-cell label">Primary Identity</div>
        <div class="comp-cell">Moon sign (Rashi) &amp; Rising sign (Lagna)</div>
        <div class="comp-cell">Sun sign is the primary marker</div>
      </div>
    </div>
  </section>

  <!-- ARTICLE FOOTER TAGS -->
  <div class="article-footer">
    <a class="footer-tag" href="#">#VedicAstrology</a>
    <a class="footer-tag" href="#">#Jyotish</a>
    <a class="footer-tag" href="#">#Ayanamsha</a>
    <a class="footer-tag" href="#">#LahiriAyanamsha</a>
    <a class="footer-tag" href="#">#Rashis</a>
    <a class="footer-tag" href="#">#Grahas</a>
    <a class="footer-tag" href="#">#Bhavas</a>
    <a class="footer-tag" href="#">#BeginnerGuide</a>
  </div>

</div>

<!-- SITE FOOTER -->
<footer class="site-footer">
  <p>© 2025 AstroBasic.com · Vedic Astrology Education · Based on Chitrapaksha (Lahiri) Ayanamsha</p>
  <p style="margin-top: 6px;">Content for educational purposes · Always verify with a qualified Jyotish practitioner for personal readings</p>
</footer>

</body>
</html>



<p></p>
<p>The post <a href="https://astrobasic.com/vedic-astrology-beginners-guide/">A Beginner&#8217;s Guide toVedic Astrology</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ketu</title>
		<link>https://astrobasic.com/ketu/</link>
		
		<dc:creator><![CDATA[Jayant Kumar Vatssa]]></dc:creator>
		<pubDate>Sat, 28 May 2022 13:46:57 +0000</pubDate>
				<category><![CDATA[Astrology]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[ketu]]></category>
		<category><![CDATA[ketu grah]]></category>
		<category><![CDATA[ketu ke upay]]></category>
		<category><![CDATA[ketu planet]]></category>
		<category><![CDATA[rahu ketu]]></category>
		<guid isPermaLink="false">https://test.astrobasic.com/?p=12654</guid>

					<description><![CDATA[<p>Rahu and Ketu (South node of the Moon) are together known as &#8216;Chayagrahas&#8217; or shadowy planets. The two are celestial</p>
<p>The post <a href="https://astrobasic.com/ketu/">Ketu</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Rahu and Ketu (South node of the Moon) are together known as &#8216;Chayagrahas&#8217; or shadowy planets. The two are celestial spots on the Zodiac that move and orbit in a predictable pattern. At the same time, in order to make forecasts, one must examine the conditions of the planets Sun and Moon in the horoscope.</p>



<p>Lord Vishnu served nectar to all Gods and poison to all Demons, according to ancient texts. At the time of &#8220;Samudra Manthan,&#8221; Lord was tricking the demons in this manner. However, one of the demons, Swarbhanu, became aware of the situation and sat in the Gods&#8217; row, obtaining a few drips of nectar or Amrit.</p>



<p>Meanwhile, the Sun and Moon observed the activities and alerted Lord Vishnu, who decapitated the demon. Unfortunately, he had already been immortalised by that time. The demon&#8217;s head and torso have been referred to as &#8220;Rahu&#8221; and &#8220;Ketu,&#8221; respectively since then.</p>



<p>Having no body made Ketu to follow the direction of spirituality. Ketu is a mysterious planet that does not want materialistic things. The planet is an isolated one whose influence will make its natives get away the worldly affairs and follow the path of spirituality.</p>



<figure class="wp-block-image"><img decoding="async" src="https://upload.wikimedia.org/wikipedia/commons/a/ac/Planet_ketu.JPG" alt="File:Planet ketu.JPG - Wikimedia Commons"/></figure>



<p>Rahu and Ketu are regarded malefic because of their origins that are linked to demons. These planets consume the Sun and the Moon, creating Solar and Lunar Eclipses, respectively. The ecliptic points Rahu and Ketu are where the plane of the Moon&#8217;s orbit intersects the plane of the Sun&#8217;s orbit.</p>



<p>Ketu is regarded as the Dragon&#8217;s Tail in Western Astrology. In western astrology, Cauda is another name for Ketu. Rahu is considered favourable in Western Astrology, whilst Ketu is considered malefic. Westerners ignore these planets when analysing a birth chart to make life predictions.</p>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td></td><td></td></tr><tr><td>Gender</td><td>Female</td></tr><tr><td>Elements</td><td>Fire (Sometimes Ether)</td></tr><tr><td>Quality</td><td>Satvik</td></tr><tr><td>Deity</td><td>Lord Ganesha</td></tr><tr><td>Colors</td><td>Smoky, Grey</td></tr><tr><td>Direction</td><td>Bhramastana</td></tr><tr><td>Lord</td><td>10<sup>th</sup>&nbsp; &amp; 11<sup>th</sup> House</td></tr><tr><td>Aspect</td><td>5<sup>th</sup> 9<sup>th</sup></td></tr></tbody></table></figure>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td><strong>Karkatwa</strong><strong> of Planet: </strong><strong>Ketu</strong></td></tr><tr><td>General</td><td>Tail, end of the family circle, salvation, pilgrimage trips, surgery, bad Time, Diseases, death, hot things, electrification, doctors, teachers,&nbsp; preacher, Vedic astrology, chemistry, end,Death, photographer, light.</td></tr><tr><td>Health (body part)</td><td>Hair, Vaginal and uterus</td></tr><tr><td>Relation</td><td>Maternal Grand parents</td></tr><tr><td>Places</td><td>narrow lanes,</td></tr><tr><td>Substance</td><td>Dried grass, thin long things, rope, thread, pencil, pipes, grass(Dharbhe), roots,</td></tr></tbody></table></figure>



<h2 class="wp-block-heading" id="h-what-s-more-at-astrobasic">What’s more at AstroBasic:</h2>



<ul class="wp-block-list" id="block-dbfa266b-37bb-4daf-8d46-83c40ec8dd75"><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Home</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Number Based Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Bhrigu Nadi Learning Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Case Studies</a></li></ul>
<p>The post <a href="https://astrobasic.com/ketu/">Ketu</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Rahu</title>
		<link>https://astrobasic.com/rahu/</link>
		
		<dc:creator><![CDATA[Jayant Kumar Vatssa]]></dc:creator>
		<pubDate>Sat, 28 May 2022 13:23:02 +0000</pubDate>
				<category><![CDATA[Astrology]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[astrology]]></category>
		<category><![CDATA[north node]]></category>
		<category><![CDATA[planets]]></category>
		<category><![CDATA[Rahu]]></category>
		<category><![CDATA[rahu ketu]]></category>
		<guid isPermaLink="false">https://test.astrobasic.com/?p=12627</guid>

					<description><![CDATA[<p>Rahu is the North node of the Moon. Unlike other planets, Rahu does not have a body, which is why,</p>
<p>The post <a href="https://astrobasic.com/rahu/">Rahu</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Rahu is the North node of the Moon. Unlike other planets, Rahu does not have a body, which is why, astronomy has not given it any recognition. However, Rahu is considered a planet in astrology due to its influence on human lives. </p>



<p>Rahu is such kind of planet in astrology that is always hungry for this. Regardless of what it  has, it will still crave for having more. It desires to get all materialistic things available in the world. Rahu is a planet that creates deception and has materialistic goals. It is associated with fame and the information technology sector.  </p>



<p>The planet takes up nearly 18 months to shift its position to another zodiac sign. The period of Mahadasha of Rahu is also 18 of years.</p>



<p>Rahu and Ketu (South node of the Moon) are together known as &#8216;Chayagrahas&#8217; or shadowy planets. The two are celestial spots on the Zodiac that move and orbit in a predictable pattern. At the same time, in order to make forecasts, one must examine the conditions of the planets Sun and Moon in the horoscope.   </p>



<figure class="wp-block-image"><img decoding="async" src="https://upload.wikimedia.org/wikipedia/commons/2/24/The_Nine_Planets_-_Rahu_-_Orissa%2C_India%2C_13th_Century_-_British_Museum.jpg" alt="File:The Nine Planets - Rahu - Orissa, India, 13th Century - British  Museum.jpg - Wikimedia Commons"/></figure>



<p>Lord Vishnu served nectar to all Gods and poison to all Demons, according to ancient txts. At the time of &#8220;Samudra Manthan,&#8221; Lord was tricking the demons in this manner. However, one of the demons, Swarbhanu, became aware of the situation and sat in the Gods&#8217; row, obtaining a few drips of nectar or Amrit. </p>



<p>Meanwhile, the Sun and Moon observed the activities and alerted Lord Vishnu, who decapitated the demon. Unfortunately, he had already been immortalised by that time. The demon&#8217;s head and torso have been referred to as &#8220;Rahu&#8221; and &#8220;Ketu,&#8221; respectively since then.</p>



<p>The hunger of Rahu is quite problematic. When this planet is in someone&#8217;s birth chart, it makes them want things more and more. It creates obsession within a human to get more.</p>



<p>Rahu is a malefic planet in astrology because of its origins with demons and because he swallows the Sun, causing Solar Eclipses. Rahu is also known as North Node of the Moon. The ecliptic points Rahu and Ketu are where the plane of the Moon&#8217;s orbit intersects the plane of the Sun&#8217;s orbit. North Node is the Zodiac point where a planet passes from south to north Latitude. The Ascending Node is on the left, and the Descending Node is on the right.</p>



<p>Rahu is the head of the Dragon in Western Astrology. In western astrology, Caput is another name for Rahu. Rahu is considered benefic by Westerners, whilst Ketu is considered malefic. They do not take these planets into account when analysing a birth chart to make life predictions.</p>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td></td><td></td></tr><tr><td>Gender</td><td>Male</td></tr><tr><td>Elements</td><td>Airy</td></tr><tr><td>Quality</td><td>Tamashik</td></tr><tr><td>Deity</td><td>Lord Shiva, Kaal Bhairav</td></tr><tr><td>Colors</td><td>Smoky, Grey</td></tr><tr><td>Direction</td><td>South-West</td></tr><tr><td>Lord</td><td>10<sup>th</sup>&nbsp; &amp; 11<sup>th</sup> House</td></tr><tr><td>Aspect</td><td>5<sup>th</sup> 9<sup>th</sup></td></tr></tbody></table></figure>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td><strong>Karkatwa</strong><strong> of Planet: Rahu</strong></td></tr><tr><td>General</td><td>Dryness, gas, empty, trouble, death, accidents, mouth, roads,&nbsp; beginning of the road, family circle, Part of the city (Rahu&#8217;s placement) in which the native is born, Spirits, fear, photographer, typist, Darkness, secret.</td></tr><tr><td>Health (body part)</td><td>Mouth, testicles, ears</td></tr><tr><td>Relation</td><td>Maternal Grand Parents</td></tr><tr><td>Places</td><td>cave, nest, dilapidated things.</td></tr><tr><td>Substance</td><td>Dried wooden logs, rubber,</td></tr></tbody></table></figure>



<h2 class="wp-block-heading" id="h-what-s-more-at-astrobasic">What’s more at AstroBasic:</h2>



<ul class="wp-block-list" id="block-dbfa266b-37bb-4daf-8d46-83c40ec8dd75"><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Home</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Number Based Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Bhrigu Nadi Learning Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Case Studies</a></li></ul>



<p></p>
<p>The post <a href="https://astrobasic.com/rahu/">Rahu</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Saturn (Shani)</title>
		<link>https://astrobasic.com/saturn-or-shani/</link>
		
		<dc:creator><![CDATA[Jayant Kumar Vatssa]]></dc:creator>
		<pubDate>Sun, 22 May 2022 17:49:20 +0000</pubDate>
				<category><![CDATA[Astrology]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[hindu mythology]]></category>
		<category><![CDATA[SATURN]]></category>
		<category><![CDATA[saturn planet]]></category>
		<category><![CDATA[shani]]></category>
		<category><![CDATA[shanichara]]></category>
		<guid isPermaLink="false">https://test.astrobasic.com/?p=12623</guid>

					<description><![CDATA[<p>Saturn is called Shani or Shanischara in Hindu mythology. It is a planet who delivers justice. It takes account of</p>
<p>The post <a href="https://astrobasic.com/saturn-or-shani/">Saturn (Shani)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Saturn is called Shani or Shanischara in Hindu mythology. It is a planet who delivers justice. It takes account of all your good and bad deeds and responds accordingly. This planet rotates slowly. Surrounded by three concentric rings, Saturn is the outermost planet which seems like a blue ball with 3 yellow rings.</p>



<p>This cold and icy planet is considered as Yama in the Hindu mythology who is the deity of death.</p>



<p>Saturn is also known as Lame as his legs were chopped off by Ravana. The story goes like this. Ravana was about to be a father of a son. He wanted to make sure that all the planets lie in the eleventh house due to the belief that planets in the eleventh house are good for the concerned person. Knowing this, Saturn urged all the other gods that he can easily sanction whatever they desire. Hence, he stretched himself from eleventh to twelfth house. It is also believed that Saturn is quite beneficial in the 11th house, but it is awful in the 12th.</p>



<p>This act of Saturn was noticed by Ravana hence the latter cut off Saturn’s leg which is also a reason that Saturn moves slowly.</p>



<figure class="wp-block-image"><img decoding="async" src="https://images.unsplash.com/photo-1614732414444-096e5f1122d5?ixlib=rb-1.2.1&amp;ixid=MnwxMjA3fDB8MHxwaG90by1yZWxhdGVkfDE0fHx8ZW58MHx8fHw%3D&amp;w=1000&amp;q=80" alt="Saturn and its rings photo – Free Space Image on Unsplash"/></figure>



<p>Saturn is the son of Sun in Hindu mythology and the son Uranus in Western one. Rhea was his wife. When he realised that his children would rule the world, he destroyed them. However, Jupiter is associated with survival. When Jupiter was born, his mother provided him with some protection so that Saturn could not reach him.</p>



<p>Saturn is a barren, confining, chilly, steady, dry, protective, harsh, tense, and secretive planet. It is the ruler of the Zodiac signs Capricorn and Aquarius. Saturn is a barren, confining, chilly, steady, dry, protective, harsh, tense, and secretive planet. It is the ruler of the Zodiac signs Capricorn and Aquarius.</p>



<p>In a native&#8217;s birth chart, Saturn denotes &#8220;strict teacher.&#8221; In Vedic Astrology, it regulates the tenth and eleventh houses in the Kaal Purush Kundali and is a significator of the sixth, eighth, tenth, and twelfth houses. If Saturn is placed in the sixth house, it bestows the native with the ability to compete in challenges or beat competitions with less effort. The eighth house is the house of longevity and unexpected inheritance; if Saturn is in this house, you will be blessed with a large inheritance and a long life. The tenth house is the karma or profession house. Saturn, being a planet that believes in Karma or deeds, is beneficial in this Bhava. The twelfth house represents spirituality, as well as prisons, asylums, and hospitals.</p>



<h2 class="wp-block-heading" id="h-disease">Disease</h2>



<p>Cancer, paralysis, sciatica, Bright&#8217;s disease, colds, deafness, tooth decay, diphtheria, insanity, rheumatism, asthma, consumption, defective speech, catarrh, gallstones, spinal curvature, haemorrhoids, asthma, gout, skin disease, fracture, and other disorders are all indicated by Shani.</p>



<h2 class="wp-block-heading" id="h-animal">Animal</h2>



<p>Shani is the god of cats, asses, hares, wolves, bears, crocodiles, serpents and venomous creatures, buffaloes, and camels. Birds such as eels, sea fish, bats, and owls are also represented.</p>



<h2 class="wp-block-heading" id="h-abode">Abode</h2>



<p>Hills, forests, deserts, caves, dens, old and ruined structures, churches, temples, trenches, wells, stinky locations, slum regions, filthy places, tanning factories, bone factories, and so forth are all represented by Abode Shani.</p>



<h2 class="wp-block-heading" id="h-gems-and-precious-metals">Gems and precious metals</h2>



<p>Blue sapphire, amethyst, iron, lead, steel, and antimony are precious gems/metals that Shani represents. In the Nakshatra (the constellation) ruled by Shani, natives whose Lagnesh (lord of ascendant) is Shani can begin wearing a ring of blue sapphire in iron metal on their middle finger (Pushya, Anuradha, Uttara Bhadrapada). ones, spinal curvature, haemorrhoids, asthma, gout, skin illness, fractures, and so on.</p>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td></td><td></td></tr><tr><td>Gender</td><td>Eunuch (Sometimes female)</td></tr><tr><td>Elements</td><td>Airy</td></tr><tr><td>Quality</td><td>Tamashik</td></tr><tr><td>Body</td><td>Karma, Profession</td></tr><tr><td>Deity</td><td>Lord Shiva</td></tr><tr><td>Colors</td><td>Black</td></tr><tr><td>Direction</td><td>West</td></tr><tr><td>Season</td><td>Winter/Sishir</td></tr><tr><td>Lord</td><td>10<sup>th</sup>&nbsp; &amp; 11<sup>th</sup> House</td></tr><tr><td>Aspect</td><td>3<sup>rd</sup> 7<sup>th</sup> 10<sup>th</sup></td></tr></tbody></table></figure>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td><strong>Karkatwa</strong><strong> of Planet: Saturn</strong></td></tr><tr><td>General</td><td>Action, Karma, duty, profession, bad time, death, delay, desire to do, obstacles, village headman, spirits, livelihood.</td></tr><tr><td>Health (body part)</td><td>Chin,Buttock, Anus,</td></tr><tr><td>Relation</td><td>Elder brother, Uncle, Servants, maids</td></tr><tr><td>Places</td><td>dilapidated buildings &amp; houses,&nbsp; industrial areas, slums</td></tr><tr><td>Substance</td><td>Cold&nbsp; stale food.</td></tr></tbody></table></figure>



<h2 class="wp-block-heading" id="h-what-s-more-at-astrobasic">What’s more at AstroBasic:</h2>



<ul class="wp-block-list" id="block-dbfa266b-37bb-4daf-8d46-83c40ec8dd75"><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Home</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Number Based Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Bhrigu Nadi Learning Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Case Studies</a></li></ul>
<p>The post <a href="https://astrobasic.com/saturn-or-shani/">Saturn (Shani)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Venus (Shukra)</title>
		<link>https://astrobasic.com/the-venus/</link>
		
		<dc:creator><![CDATA[Jayant Kumar Vatssa]]></dc:creator>
		<pubDate>Sun, 22 May 2022 17:40:50 +0000</pubDate>
				<category><![CDATA[Astrology]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[kaal purush]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[shukra]]></category>
		<category><![CDATA[taurus]]></category>
		<category><![CDATA[venus]]></category>
		<guid isPermaLink="false">https://test.astrobasic.com/?p=12619</guid>

					<description><![CDATA[<p>Venus is a feminine planet in Hindu mythology that fills the life of its natives with love, romance, beauty, comforts</p>
<p>The post <a href="https://astrobasic.com/the-venus/">Venus (Shukra)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Venus is a feminine planet in Hindu mythology that fills the life of its natives with love, romance, beauty, comforts and poetry. This planet is considered to be the wife of Lord Vishnu, Mahalaxmi. Legend believe it to be a one-eyed. Therefore there is a belief that if the Venus is positioned badly in your horoscope then, you may have to face problems related to eyes.</p>



<p>There was a king named Bali Chakravarthi who used to rule over the heaven as well as the Earth. So all the Gods including Lord Indra urged God Vishnu to get both the places &#8211; Prithvi lok (Earth) and Swarg lok (heaven) – free from the King. So, Vishnu took an avatar of a dwarf and went to Bali demanding for fulfilling his three wishes. Bali had a mentor called Shukracharya who saw through the trick and advised Bali not to fall prey of it. However, Bali agreed upon fulfilling the demands of the dwarf who was actually lord Vishnu. Bali honoured the prayer by pouring water onto Lord Vishnu&#8217;s Dwarf form&#8217;s hands. </p>



<p>Shukracharya used one of his eyeballs to obstruct the flow of water. To remove the impediments, Lord Vishnu used a grass to pierce through Guru Shukracharya&#8217;s eye. Shukracharya thus lost one of his eyes. Yajur Veda and Vasant Ritu are ruled by Venus (April and May)</p>



<p>Venus is known as Lucifer and Hesperus in Western Astrology. It&#8217;s known as Aphrodite in Greek. Nana is what Babylonians call it. Ashtoreth was the Hebrew name for it.</p>



<figure class="wp-block-image is-resized"><img fetchpriority="high" decoding="async" src="https://media.istockphoto.com/photos/venus-elongation-4k-footage-picture-id1295829494?b=1&amp;k=20&amp;m=1295829494&amp;s=170667a&amp;w=0&amp;h=d2fIonAa5Vm6yATUBc1cgjnS6Tb5Y-3G5kTXq4Gtsts=" alt="30k+ Venus Pictures | Download Free Images on Unsplash" width="832" height="468"/></figure>



<p>It governs the signs of Taurus (Vrishabha) and Libra (Thula). It governs the Kaal Purush Kundali&#8217;s second and seventh houses. Taurus is a fixed and earthy sign, whereas Libra is a mobile and airy sign. Venus-ruled people are friendly and kind.</p>



<p>Venus indicates wife for men and marriage in any of the horoscopes. It is the karak planet for the seventh house, which governs marriage and legal partnerships. On being positioned correctly in the horoscope, Venus promotes a happy marriage. </p>



<p>Venus bestows a beautiful personality if it is positively situated in your birth chart. In terms of riches and prosperity, it will be quite useful to you.</p>



<h2 class="wp-block-heading" id="h-diseases">Diseases</h2>



<p>Shukra indicates venereal disease, such as gonorrhoea and syphilis, eye infection, skin diseases such as eczema, leprosy, and leucoderma, enlarged tonsils, Bright&#8217;s disease, renal glycosuria, cysts, swelling, goitre, irregularities in catamenia, uremia, ovaries disease, mucous disease, gout, anaemia, and disease caused by cosmetics.</p>



<h2 class="wp-block-heading" id="h-animal">Animal</h2>



<p>Shukra depicts animals such as the goat, panther, hart, and bull. It also depicts doves, sparrows, and wrens, among other birds.</p>



<h2 class="wp-block-heading" id="h-places">Places</h2>



<p>Bedrooms, film theatres, gardens, fountains, banquet halls, automobile businesses, shipping yards, aerodromes, mines, glass manufacturing places, discotheques, and red light districts are all represented by Shukra.</p>



<h2 class="wp-block-heading" id="h-metals-and-gemstones">Metals and Gemstones</h2>



<p>Silver, platinum, and white metals, diamond, beryl coral, jade, and alabaster are precious metals and stones that Venus represents. During Shukra&#8217;s Nakshatras, natives whose Lagnesh (lord of ascendant) is Shukra can begin wearing a diamond ring in platinum or gold on their middle finger (the constellation Bharani, Poorva Phalguni, Poorvaashadha).</p>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td></td><td></td></tr><tr><td>Gender</td><td>Female</td></tr><tr><td>Elements</td><td>Water</td></tr><tr><td>Quality</td><td>Rajashik</td></tr><tr><td>Body</td><td>Jeeva (female)</td></tr><tr><td>Deity</td><td>goddess Laxmi.</td></tr><tr><td>Colors</td><td>Cream</td></tr><tr><td>Direction</td><td>South-East</td></tr><tr><td>Season</td><td>Spring/Vasant</td></tr><tr><td>Lord</td><td>2<sup>nd</sup>&nbsp; &amp; 7<sup>th</sup> House</td></tr><tr><td>Aspect</td><td>7<sup>th</sup></td></tr></tbody></table></figure>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td><strong>Karkatwa</strong><strong> of Planet: Venus</strong></td></tr><tr><td>General</td><td>Eyes, good nature, riches, costly, gold and jewelry, smooth, wife (in a male&#8217;s horoscope), Vehicles, development financially, marriage, female child, mistress, sweet drinks, Juices.</td></tr><tr><td>Health (body part)</td><td>Cheeks, Retina</td></tr><tr><td>Relation</td><td>Wife, sister, daughter in law, daughter</td></tr><tr><td>Places</td><td>house, beautiful places</td></tr><tr><td>Substance</td><td>juicy fruits, medicines, drugs, tamarind.</td></tr></tbody></table></figure>



<h2 class="wp-block-heading" id="h-what-s-more-at-astrobasic">What’s more at AstroBasic:</h2>



<ul class="wp-block-list" id="block-dbfa266b-37bb-4daf-8d46-83c40ec8dd75"><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Home</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Number Based Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Bhrigu Nadi Learning Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Case Studies</a></li></ul>
<p>The post <a href="https://astrobasic.com/the-venus/">Venus (Shukra)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Jupiter (Guru)</title>
		<link>https://astrobasic.com/the-jupiter/</link>
		
		<dc:creator><![CDATA[Jayant Kumar Vatssa]]></dc:creator>
		<pubDate>Sun, 22 May 2022 17:29:28 +0000</pubDate>
				<category><![CDATA[Astrology]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[astrology]]></category>
		<category><![CDATA[Guru]]></category>
		<category><![CDATA[guru grah]]></category>
		<category><![CDATA[Jupiter]]></category>
		<category><![CDATA[Jupiter planet]]></category>
		<category><![CDATA[vedic mythology]]></category>
		<guid isPermaLink="false">https://test.astrobasic.com/?p=12615</guid>

					<description><![CDATA[<p>Jupiter has biggest size among all the planets and it cannot be ignored as it is hailed a teacher or</p>
<p>The post <a href="https://astrobasic.com/the-jupiter/">Jupiter (Guru)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Jupiter has biggest size among all the planets and it cannot be ignored as it is hailed a teacher or Guru. In Hinduism, this planet is called Guru which provides luck and fortune.</p>



<p>Guru is also known as the glant of the solar system which is well beyond the swarm of asteroids. Jupiter completes its round in Sun’s orbit within nearly twelve years. Except for Mars and Venus, it is brighter than the other planets. It is the planet of respectability. It is the planet of spirituality and religion. Jupiter may be seen with the naked eye.</p>



<p>Also known as Guru, Brihaspati and Devaguru in Hindu mythology, Jupiter is considered to be a Brahim. The Sanskrit translations of these names are teacher, lord of light and teacher to the Gods. &nbsp;Jupiter, who represents God Dakshinamurthy, dispels ignorance and darkness while bringing wisdom to the world through light. Jupiter is known as Dakshinamurthy to Saivites and Narayana to Vaishnavites.</p>



<p>Jupiter is the Deva Guru, whereas Venus is the Asura Guru. When Jupiter and Venus conjunct in any house, it is thought to bring success to the native&#8217;s life. The two planets never collides in the heaven.</p>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://media.istockphoto.com/photos/jupiter-planet-isolated-in-black-picture-id1144327596?b=1&amp;k=20&amp;m=1144327596&amp;s=170667a&amp;w=0&amp;h=vdMTGeKW-irV3GtMylYXLHOu9VBTsHmvOhNZL0oCGXQ=" alt="Jupiter Planet Pictures | Download Free Images on Unsplash" width="836" height="522"/></figure>



<p>Jupiter is for spiritual uplift. With such influence of Buddha, a person could live a spiritual life where he can detach himself with the domestic life. It&#8217;s similar to &#8220;Para Loka-Sthana.&#8221; It stands for Indra. It also governs power. Rig Veda and Hemantha Rithu are under its control (December and January).</p>



<p>In Western mythology, Jupiter has the designation of a father of Gods-Zeus. In Egypt, Jupiter is called Ammon. Meanwhile, in the Norse, the planet is known as the Thor.</p>



<p>Jupiter is a masculine, buoyant, optimistic, expansive, jovial, positive, and dignified planet that is fiery, noble, productive, beneficent, and masculine. It has a generous and open personality.</p>



<p>In the chart of its native, Jupiter represents the Guru. In Vedic Astrology, it regulates the ninth and twelfth houses in the Kaal Purush Kundali who is the significator of the second, fifth, ninth, tenth, and eleventh houses.</p>



<p>On being positioned in the second house, Jupiter bestows a great deal of money and fortune on the native. Jupiter provides good education and children in the fifth house, which represents wisdom and education. It gives the way of higher learning and wisdom through spiritual Gurus in the ninth house, which is for higher learning and Gurus. The tenth house is for career and profession, and Jupiter does well in this house since it can confer a respectable and reputable work. Jupiter is usually useful and so ideal for the eleventh house, which is for income and gains.</p>



<h2 class="wp-block-heading" id="h-disease">Disease</h2>



<p>Blood poisoning, liver problems, flatulence, dyspepsia, hernia, skin disease, catarrh, dropsy, mucus in urine, abscesses, carbuncles, diabetes, dermatitis, vertigo, and other ailments are mentioned by Guru.</p>



<h2 class="wp-block-heading" id="h-animal">Animal</h2>



<p>Horse, ox, elephant, stag, and domestic animals are all represented by Animals Guru. Eagle, peacock, pheasant, whale, dolphin, and other animals are also represented.</p>



<h2 class="wp-block-heading" id="h-abode">Abode</h2>



<p>Courts, grandiose buildings, sites where coronation and religious rituals are held, temples, colleges, schools, legislative assembly, and so on are all represented by Guru.</p>



<h2 class="wp-block-heading" id="h-gems-and-precious-metals">Gems and precious metals</h2>



<p>Guru represents gold, platinum, topaz, and yellow sapphire as precious metals and gems. During Guru&#8217;s Nakshatras (star constellations &#8211; Punarvasu, Vishakha, Poorva Bhadrapada), natives whose Lagnesh (lord of ascendant) is Guru might begin wearing a yellow sapphire ring in gold on their index finger.</p>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td></td><td></td></tr><tr><td>Gender</td><td>Male</td></tr><tr><td>Elements</td><td>Ether</td></tr><tr><td>Quality</td><td>Satvik</td></tr><tr><td>Body</td><td>Jeeva/Wisdom</td></tr><tr><td>Deity</td><td>Brahma</td></tr><tr><td>Colors</td><td>Yellow</td></tr><tr><td>Direction</td><td>North-East</td></tr><tr><td>Season</td><td>Pre-winter/Hemant</td></tr><tr><td>Lord</td><td>9<sup>th</sup> &amp; 12<sup>th</sup> House</td></tr><tr><td>Aspect</td><td>5<sup>th,</sup> 7<sup>th,</sup> 9<sup>th</sup></td></tr></tbody></table></figure>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td><strong>Karkatwa</strong><strong> of Planet: Jupiter</strong></td></tr><tr><td>General</td><td>Life force, native, way of living life, body, guru, teacher, religion, banking, preacher, chest, holy, pious, nature, moral, principles, gains, philosophy, spiritual science, judicial services</td></tr><tr><td>Health (body part)</td><td>Nose</td></tr><tr><td>Relation</td><td>Native, guru, guide, minister, head of religious institute, eminent person.</td></tr><tr><td>Places</td><td>All religious places, schools, colleges</td></tr><tr><td>Substance</td><td>Channa dal, turmeric.</td></tr></tbody></table></figure>



<h2 class="wp-block-heading" id="h-what-s-more-at-astrobasic">What’s more at AstroBasic:</h2>



<ul class="wp-block-list" id="block-dbfa266b-37bb-4daf-8d46-83c40ec8dd75"><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Home</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Number Based Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Bhrigu Nadi Learning Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Case Studies</a></li></ul>



<p></p>
<p>The post <a href="https://astrobasic.com/the-jupiter/">Jupiter (Guru)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mercury (Buddh)</title>
		<link>https://astrobasic.com/mercury-buddh/</link>
		
		<dc:creator><![CDATA[Jayant Kumar Vatssa]]></dc:creator>
		<pubDate>Sun, 22 May 2022 17:20:45 +0000</pubDate>
				<category><![CDATA[Astrology]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[buddh]]></category>
		<category><![CDATA[Buddha]]></category>
		<category><![CDATA[mercury]]></category>
		<category><![CDATA[mercury planet]]></category>
		<category><![CDATA[planet]]></category>
		<guid isPermaLink="false">https://test.astrobasic.com/?p=12611</guid>

					<description><![CDATA[<p>Mercury signifies the communicative skills of a person. It is a prince of the celestial cabinet. Mercury passes on thoughts</p>
<p>The post <a href="https://astrobasic.com/mercury-buddh/">Mercury (Buddh)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Mercury signifies the communicative skills of a person. It is a prince of the celestial cabinet. Mercury passes on thoughts to others. It is a planet close to the Sun and called a dualistic planet.</p>



<p>Mercury, that also revolves around the sun, take its round inside the inner orbit traced by the Earth. However, it completes its circle within 88 days while the Earth takes 365 days to complete it.</p>



<p>Mercury is also called Buddha in the Hindu Mythology who is believed to share enmity with the Moon. However, it is said that Moon, on the other hand, feels quite opposite.</p>



<p>Wednesday is the day associated to Mercury. Among all the planets, Mercury is considered to be the greatest as it provided intelligence and wealth to its natives. It is the deity of Gemini (Mithuna) and Virgo (Kanya). It spends a period of nearly a month in each zoadiac signs like Sun.</p>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://media.istockphoto.com/photos/mercury-elongation-4k-footage-picture-id1295829498?b=1&amp;k=20&amp;m=1295829498&amp;s=170667a&amp;w=0&amp;h=SYadJ3y9RWxF3p4eBHaHru5Z45KAy5d0N38O1OKQfuo=" alt="Planet Mercury Pictures | Download Free Images on Unsplash" width="836" height="470"/></figure>



<p>Going towards the Western Culture, you will know that the Mercury was called Thoth or Hermes in the older times. The Mercury is the son of the Jupiter and Maia (daughter of Atlas). Since it is nearest to the Sun, Mercury is the friend of Apollo. Even in Western Astrology, Mercury is considered dualistic. There, they believe it lacks concentration within its native.</p>



<p>Budh is God Kesava, Narayana, Madhava in the Hindu mythology.</p>



<p>Mercury is a dualistic, vacillating planet that is variable, convertible, feminine, effeminate, neutral, and dualistic. This planet does not act on its own but depends on the zodiac signs and houses it is places into at the time. &nbsp;</p>



<p>Mercury is convertible because if it is associated with beneficial components, it will serve as a benefic planet for your horoscope. If it gains malefic aspects and conjunctions, on the other hand, it will become malefic for your horoscope. It has a Vata (airy) nature. It has a northerly orientation. It is exalted at the 15th degree in Virgo and debilitated at the 15th degree in Pisces.</p>



<p>This planet is the deity of third and sixth house in Kaal Purush Kundali in Vedic Astrology. Mercury signifies the fourth and tenth houses. The fourth house represents happiness which is why Mercury would work better here.</p>



<h2 class="wp-block-heading" id="h-disease">Disease</h2>



<p>Insanity, mental aberration, loss of speech, impotency, faulty tongue, deafness, leucoderma, headaches, neuralgia, sleeplessness, giddiness, convulsions, hysteria, spasms, and other ailments are mentioned by Buddha.</p>



<h2 class="wp-block-heading" id="h-animals">Animals&nbsp;</h2>



<p>Buddha depicts dogs, goats, apes, weasels, foxes, parrots, and reptiles.</p>



<h2 class="wp-block-heading" id="h-abode">Abode</h2>



<p>Universities, colleges, schools, all commercial centres, fields for practising games and sports, and hunting grounds are all places represented by Buddha.</p>



<h2 class="wp-block-heading" id="h-gems-and-precious-metals">Gems and precious metals</h2>



<p>Bell&#8217;s metal, quick silver, emerald, and limestone are precious metals/gems that Buddha represents. The emerald ring in silver/gold can be worn on a little finger in the constellation of Buddha by natives whose Lagnesh is Buddha (Ashlesha, Jyeshtha, Revati).</p>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td></td><td></td></tr><tr><td>Gender</td><td>Male (Napunshak)</td></tr><tr><td>Elements</td><td>Air</td></tr><tr><td>Quality</td><td>Rajashik</td></tr><tr><td>Body</td><td>Intellect</td></tr><tr><td>Deity</td><td>lordVishnu</td></tr><tr><td>Colors</td><td>Green</td></tr><tr><td>Direction</td><td>North</td></tr><tr><td>Season</td><td>Autumn/Sharad</td></tr><tr><td>Lord</td><td>3rd &amp; 6<sup>th</sup> House</td></tr><tr><td>Aspect</td><td>7<sup>th</sup></td></tr></tbody></table></figure>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td><strong>Karkatwa</strong><strong> of Planet: Mercury</strong></td></tr><tr><td>General</td><td>Education, intelligence, trade, and business, law, judicial, twin, double, stomach, son, dual, Languages, talking, Children, good happenings.</td></tr><tr><td>Health (body part)</td><td>Forehead, skin, tongue, arms</td></tr><tr><td>Relation</td><td>siblings, Prince, Friend, Maternal uncle.</td></tr><tr><td>Places</td><td>mud walls green areas play grounds commercial areas, book shelves, reading table.</td></tr><tr><td>Substance</td><td>Greengram, all greens, crops.</td></tr></tbody></table></figure>



<h2 class="wp-block-heading" id="h-what-s-more-at-astrobasic">What’s more at AstroBasic:</h2>



<ul class="wp-block-list" id="block-dbfa266b-37bb-4daf-8d46-83c40ec8dd75"><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Home</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Number Based Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Bhrigu Nadi Learning Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Case Studies</a></li></ul>
<p>The post <a href="https://astrobasic.com/mercury-buddh/">Mercury (Buddh)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mars (Mangal)</title>
		<link>https://astrobasic.com/the-mars/</link>
		
		<dc:creator><![CDATA[Jayant Kumar Vatssa]]></dc:creator>
		<pubDate>Sun, 22 May 2022 17:08:00 +0000</pubDate>
				<category><![CDATA[Astrology]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[managal grah]]></category>
		<category><![CDATA[mangal]]></category>
		<category><![CDATA[mangala]]></category>
		<category><![CDATA[mars]]></category>
		<category><![CDATA[mars planet]]></category>
		<category><![CDATA[planet]]></category>
		<guid isPermaLink="false">https://test.astrobasic.com/?p=12606</guid>

					<description><![CDATA[<p>Since, the planets represent the source of our energy, they are highly important in our lives. Mars is among the</p>
<p>The post <a href="https://astrobasic.com/the-mars/">Mars (Mangal)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Since, the planets represent the source of our energy, they are highly important in our lives. Mars is among the outer planets. This planet takes rounds of the Sun but in the outer circle with different pace with that of the Earth. Apart from Mars, there is Venus which can appear occasionally in the inner circle of Sun and Earth. Meanwhile, moon also appears in the inner circle on several occasion. </p>



<p>The color of Mars is red, and its light is ruddy. Because it illuminates at night, everyone can see it without fail. It can easily be differentiated.</p>



<p>Mars, also known as Mangal, is called Bhoomi putra in Hindu mythology as he is the son of planet Earth. When you will go into the ancient literature of Hindu mythology, you will find Mangal with the name of Angaraka. He is also recognised as Kartikeya who is the god of war.</p>



<p>Mangal is called the Commander-in-Chief of celestial bodies that rules over “Samveda”.</p>



<figure class="wp-block-image is-resized"><img loading="lazy" decoding="async" src="https://media.istockphoto.com/photos/3d-model-of-mars-picture-id184971501?b=1&amp;k=20&amp;m=184971501&amp;s=170667a&amp;w=0&amp;h=AU2bXKWM_oPPViG2zwgU3kPitxPyW_jXwKbceJV3s-0=" alt="Mars Planet Pictures | Download Free Images on Unsplash" width="836" height="468"/></figure>



<p>Among Hindus, Mars is the godly representation of God Muruga, Subramanya, Kumaraswamy, Velayudham or Vadivel.</p>



<p>As per the Western mythology, the Mars is the god of Romans and deity of Buddhists. He is the God of Destruction and War, as well as God of Energy and Force.</p>



<p>Dry, fiery and masculine as you describe this planet. Mars is the deity of two zodiac signs i.e. Aries (Mesh) and Scorpio (Vrischika). Mars is exalted in the Capricorn (Makara) at 28 degrees. His complexion is deep red while his stature is high.</p>



<p>When it comes to the Vedic Astrology, Mars represents younger sibling (especially brother) in the chart of its natives. It is the significator of third and four housea while being the ruler of first and eight houses.</p>



<p>Mars rules the third house, which is the house of courage in the horoscope.</p>



<p>This planet can specially perform better in the Sixth House which is the house of Debt, Diseases, and Enemies because of its strong fighting abilities. It will give the natives strength to deal with the problems linked with the sixth house.</p>



<p>The position of Mars decided too much about your personality. If it is positioner positively then, you will have a goop personality. You will have energy, courage and force that will make you competitive against your rivals. You will be quick to take decision.</p>



<h2 class="wp-block-heading" id="h-abode">Abode</h2>



<p>It governs the Narmada, Bheema Ratha, Nirvindhaya, Godavari, vena, Ganges, Sindhu, Vindhya, Malaya, Chola, Dravida, Videha, Andhra Pradesh, Kerala, Tupte, and other rivers.</p>



<h2 class="wp-block-heading" id="h-disease">Disease</h2>



<p>All acute fevers, chicken pox, plague, measles, mumps, inflammatory symptoms, burns, capillary ruptures, etc. Fistula, wounds, cuts, brain fever, haemorrhage, typhoid, puerperal fever, intestine ulcers, malaria, abortions, boils, bleeding, tumours, tetanus, and other diseases</p>



<h2 class="wp-block-heading" id="h-animal">Animal</h2>



<p> Tiger, Wolf, Hunting, Dogs, Elephant as per Brihat Samhita, Kite, Hawk etc are represented by Mars.</p>



<h2 class="wp-block-heading" id="h-precious-gems-and-metals">Precious Gems and Metals</h2>



<p>Red Coral is the gemstone suitable here. In fact, the Mars rules all red stones.</p>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td></td><td></td></tr><tr><td>Gender</td><td>Male</td></tr><tr><td>Elements</td><td>Fire</td></tr><tr><td>Quality</td><td>Tamashik</td></tr><tr><td>Body</td><td>WillPower, Courage to stand for oneself, Strength</td></tr><tr><td>Deity</td><td>Rudra, Subramanya, power(shakti)</td></tr><tr><td>Colors</td><td>Red</td></tr><tr><td>Direction</td><td>South</td></tr><tr><td>Season</td><td>Summar/Grishma</td></tr><tr><td>Lord</td><td>1<sup>st</sup> &amp; 8<sup>th</sup> House</td></tr><tr><td>Aspect</td><td>4<sup>th,</sup> 7<sup>th,</sup> 8<sup>th</sup></td></tr></tbody></table></figure>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td><strong>Karkatwa</strong><strong> of Planet: Mars</strong></td></tr><tr><td>General</td><td>Brothers, sisters, boils, blood, Govt. Service, accidents, typing, printing, spirits, rape, desires, Mantras, Vedas, machinery, labor, house, land and building, Hanuman, Durga, breaks in Education, accidents. In a female horoscope -‐husband</td></tr><tr><td>Health (body part)</td><td>Bridge of the nose, Cardiac region, Eyebrow</td></tr><tr><td>Relation</td><td>Husband, brother, Commander</td></tr><tr><td>Places</td><td>hills, mountains, rocks, mines, metals, bullets, spheres</td></tr><tr><td>Substance</td><td>red chilies and pepper.</td></tr></tbody></table></figure>



<h2 class="wp-block-heading" id="h-what-s-more-at-astrobasic">What’s more at AstroBasic:</h2>



<ul class="wp-block-list" id="block-dbfa266b-37bb-4daf-8d46-83c40ec8dd75"><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Home</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Number Based Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Bhrigu Nadi Learning Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Case Studies</a></li></ul>
<p>The post <a href="https://astrobasic.com/the-mars/">Mars (Mangal)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Moon (Chandra)</title>
		<link>https://astrobasic.com/moon-chandra/</link>
		
		<dc:creator><![CDATA[Jayant Kumar Vatssa]]></dc:creator>
		<pubDate>Thu, 19 May 2022 03:31:18 +0000</pubDate>
				<category><![CDATA[Astrology]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[about moon]]></category>
		<category><![CDATA[astrology]]></category>
		<category><![CDATA[chandra]]></category>
		<category><![CDATA[chandra grah]]></category>
		<category><![CDATA[moon]]></category>
		<category><![CDATA[moon planet]]></category>
		<guid isPermaLink="false">https://test.astrobasic.com/?p=12596</guid>

					<description><![CDATA[<p>Enjoy reading about the Sun or Surya. Learn about a them, their personality and how to get along with them. Explore Astrology here!</p>
<p>The post <a href="https://astrobasic.com/moon-chandra/">Moon (Chandra)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>After the Sun, the Moon is the brightest planet. It is the Earth&#8217;s nearest satellite, rotating once every 28 days on average. It is the only planet that orbits Earth.</p>



<p>If the Sun is a power generator, the Moon will be a power conductor. Nearly one-half of the Moon gets light from the Sun. The Moon glows mostly through the Sun&#8217;s reflected light.</p>



<p>In Vedic Astrology and Hinduism, the planet Moon plays a crucial and prominent role. Although the Moon is not technically a planet but it is treated as such in Vedic Astrology.</p>



<p>In the Hindu mythology, it is believed that Chandra (Moon) came out of the sea of milk as a result of churning by Asuras and Devas.</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" src="https://test.astrobasic.com/wp-content/uploads/2022/05/moon.jpg" alt="moon, chandra" class="wp-image-12598" width="838" height="555" srcset="https://astrobasic.com/wp-content/uploads/2022/05/moon.jpg 640w, https://astrobasic.com/wp-content/uploads/2022/05/moon-300x199.jpg 300w, https://astrobasic.com/wp-content/uploads/2022/05/moon-400x265.jpg 400w, https://astrobasic.com/wp-content/uploads/2022/05/moon-600x398.jpg 600w" sizes="auto, (max-width: 838px) 100vw, 838px" /></figure>



<p>He was regarded as a planet and one of the Navagrahas as he has a magnificent form. He is considered a Deva. Chandra married Tara and had a son named Buddha (Mercury). However, the son grew up despising his father as his birth was the result of deadly sin. In Astrology, both the planets, Mercury and Moon, are considered rivals.</p>



<p>Afterwards, Chandra had married 27 daughters of Daksha who asked him of loving all of his girls equally. But Chandra was incline toeards Rohini and loved her the most, Observing this, Daksha git angry and cured the Moon that he will loose his lustre. Over the time, he became able to regain it. Since then, the cycle of gaining and loosing his lustre is known as wanning and waxing of the Moon.</p>



<p>Since we know the fact that Chandra loved Rohini the most, it is said that Moon feels exalted the most in Taurus especially during Rohini nakshatra.</p>



<p>Moon is a feminine planet that is nocturnal, cool, changeable, damp, and receptive.</p>



<p>The planet Moon rules the fourth Zodiac sign, &#8220;Cancer.&#8221; On average, the Moon moves roughly 13 degrees per day, and when it passes over Taurus, it reaches its maximum strength of 3 degrees.</p>



<p>During its transit through Scorpio, it becomes afflicted and weak. The influence of the Moon is determined by the sign in which it is located, the aspects it gets, and its relationship to other planets.</p>



<h2 class="wp-block-heading" id="h-health">Health</h2>



<p>Lunacy, eye disease, paralysis, hysteria, epilepsy, colic, cough and cold, measles, intestinal issues, dyspepsia, hydrocele, ailments induced by excessive drinking, bronchitis, asthma, tumours, nervous debility, dysentery, cancer, and typhoid are among the diseases mentioned by Chandra.</p>



<h2 class="wp-block-heading" id="h-animals">Animals</h2>



<p>Animals like the dog, cat, mouse, amphibious creatures, and horses are represented by Chandra. Goose, crab, duck, water-bird, tortoise, owl, and oyster are among the animals she represents.</p>



<h2 class="wp-block-heading" id="h-abode">Abode</h2>



<p>Mountains, fortresses, oceans, rivers, and places of dwelling are all represented by Abode Chandra.</p>



<h2 class="wp-block-heading" id="h-gems-and-precious-metals">Gems and precious metals</h2>



<p>Chandra&#8217;s precious jewel is the pearl, which also reigns over all white stones. Silver, tin, and other white metals are among the metals portrayed. In Chandra&#8217;s Nakshatra, natives whose Lagnesh (lord of ascendant) is Chandra can begin wearing the ring with these stones in silver on their ring finger.</p>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td></td><td></td></tr><tr><td>Gender</td><td>Female</td></tr><tr><td>Elements</td><td>Water</td></tr><tr><td>Quality</td><td>Rajashik</td></tr><tr><td>Body</td><td>Mind</td></tr><tr><td>Deity</td><td>Goddess Parvati.</td></tr><tr><td>Colors</td><td>White</td></tr><tr><td>Direction</td><td>North-West</td></tr><tr><td>Season</td><td>Monsoon/Varsha</td></tr><tr><td>Lord</td><td>4<sup>th</sup> House</td></tr><tr><td>Aspect</td><td>7<sup>th</sup> Aspect</td></tr></tbody></table></figure>



<figure class="wp-block-table"><table><tbody><tr><td><strong>Karkatwa of Planet: MOON</strong></td></tr><tr><td>General</td><td>Mother, woman, milk, fickle, changing, smooth, virtuous, restaurants, eatables, hotels, foreign land, Psychology, soft, travels, wells, and mind</td></tr><tr><td>Health (body part)</td><td>Left eye, blood</td></tr><tr><td>Relation</td><td>Mother, Mother in law, queen ,Aunty</td></tr><tr><td>Places</td><td>All watery places.</td></tr><tr><td>Substance</td><td>food stuff, milk, blood, ksheera sagara.</td></tr></tbody></table></figure>



<h2 class="wp-block-heading" id="h-what-s-more-at-astrobasic">What’s more at AstroBasic:</h2>



<ul class="wp-block-list" id="block-dbfa266b-37bb-4daf-8d46-83c40ec8dd75"><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Home</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Number Based Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Bhrigu Nadi Learning Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Case Studies</a></li></ul>



<p></p>
<p>The post <a href="https://astrobasic.com/moon-chandra/">Moon (Chandra)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sun (Surya)</title>
		<link>https://astrobasic.com/sun-surya/</link>
		
		<dc:creator><![CDATA[Jayant Kumar Vatssa]]></dc:creator>
		<pubDate>Thu, 19 May 2022 03:13:37 +0000</pubDate>
				<category><![CDATA[Astrology]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[about surya]]></category>
		<category><![CDATA[astrology]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Sun planet]]></category>
		<category><![CDATA[Surya grah]]></category>
		<guid isPermaLink="false">https://test.astrobasic.com/?p=12589</guid>

					<description><![CDATA[<p>All the lives on earth is dependent on the energy of Sun. It is a symbol of spirit that provides</p>
<p>The post <a href="https://astrobasic.com/sun-surya/">Sun (Surya)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>All the lives on earth is dependent on the energy of Sun. It is a symbol of spirit that provides lives to many creatures on the earth. A fruit can not ripe until it get the sunlight. In Hindu Mythology, the Sun or Surya holds a great significance. The followers worships Surya and seek its blessings on every auspicious occasion. They even offer water to the Sun as an attempt to impress the god.</p>



<p>Sun is also worshipped because it provides life, force and energy in Hinduism. In fact, there is a culture of &#8216;Surya Namaskar&#8217; where people greets the Sun by doing exercise and thanking the god for everything it offers to human.</p>



<p>People believe that the time when Sun enters into any Zodiac Signs is the most auspicious one. They use this time to perform religious activities or start up a new career.</p>



<p>According to Panchang (Hindu Calendar), a solar month ends when the Sun enters from one sign to another. The whole calendar is based on movements of the Sun.</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" src="https://test.astrobasic.com/wp-content/uploads/2022/05/sun.jpg" alt="Sun, Surya, Sun planet, allaboutsun" class="wp-image-12591" width="836" height="836" srcset="https://astrobasic.com/wp-content/uploads/2022/05/sun.jpg 640w, https://astrobasic.com/wp-content/uploads/2022/05/sun-300x300.jpg 300w, https://astrobasic.com/wp-content/uploads/2022/05/sun-150x150.jpg 150w, https://astrobasic.com/wp-content/uploads/2022/05/sun-768x768.jpg 768w, https://astrobasic.com/wp-content/uploads/2022/05/sun-570x570.jpg 570w, https://astrobasic.com/wp-content/uploads/2022/05/sun-600x600.jpg 600w, https://astrobasic.com/wp-content/uploads/2022/05/sun-100x100.jpg 100w" sizes="auto, (max-width: 836px) 100vw, 836px" /></figure>



<p>If you go towards the Western Culture, you will find out that the Sun is known as &#8216;Apollo&#8217; who is a son of planet Jupiter and &#8216;Latona&#8217;.</p>



<p>The Sun also considered as the soul of Kaalapursha. Many call it the King or a dominant star that rules every planet in the system.</p>



<p>Surya represents Lord Brahma and his four faces. Brahma&#8217;s four faces are all the four seasons as well as the vital elements (Fire, Air, Earth, Water). Surya provides us with resistance and vitality. It governs our perception and consciousness and strengthens our willpower to make us more resolute and decisive.</p>



<p>Hot, dry, masculine and positive, that is how this planet is being introduced in every chapter. Sun is the God of fire which rules the Grishma season which is June -July. During this period, the heat is on its peak.</p>



<p>Surya often considered as father of its native, kings, the government and all persons in authority.</p>



<p>Talking about its natives, those who are born under its influence get honey-coloured eyes on large and round face. Along with that, its natives gets body and hair color lighter. However, Sun&#8217;s natives can also be recognised through their bad temperament. The Sun rules these body parts &#8212; heart, head, brain, right eye in males and left eye in females, bones, mouth, spleen, throat, lungs, arteries, blood and its circulation.</p>



<p>If Surya is afflicted then, its natives will become annoying. They will develop jealousy, anger, pride, immorality, arrogance, mean attitude etc.</p>



<p>However, when it is beneficial, it will offer its native, fame, optimism, power, boldness, position, dignity, commanding ability, happiness, royal appearance, vitality, energy, success, good health, warmth, affection, good temperament, etc</p>



<h2 class="wp-block-heading" id="h-health">Health</h2>



<p>Heart problems, aphasia, polypus, high fever, epilepsy, cerebral, baldness, meningitis, low blood pressure, eye disease, and sunstroke.</p>



<h2 class="wp-block-heading" id="h-animals">Animals</h2>



<p>The planet stands for lion, serpents, horse, and boar. Lark, swan, nightingale as well as the other birds who sing.</p>



<h2 class="wp-block-heading" id="h-abode">Abode</h2>



<p>Places that Surya represents like Shiva temples, mountains, fortress, government buildings, forests, public offices like District Boards, panchayat etc.</p>



<h2 class="wp-block-heading" id="h-precious-metals-and-gems">Precious metals and Gems</h2>



<p>Copper, Gold, and Ruby are the metals and stones that Surya represents. In the Surya Nakshatra, natives whose Lagnesh is Surya might begin wearing a Ruby ring in copper or gold on their ring finger (Krttika, Uttara Phalguni, Uttaraashadha).</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td></td><td></td></tr><tr><td>Gender</td><td>Male</td></tr><tr><td>Elements</td><td>Fire</td></tr><tr><td>Quality</td><td>Satvik but cruel.</td></tr><tr><td>Body</td><td>Soul</td></tr><tr><td>Deity</td><td>In morning it is like Bramha-in noon it is like Mahesh (Shiva)-in evening it is like Vishnu.</td></tr><tr><td>Colors</td><td>Orange</td></tr><tr><td>Direction</td><td>East</td></tr><tr><td>Season</td><td>Summer/Grishma</td></tr><tr><td>Lord</td><td>5<sup>th</sup> house</td></tr><tr><td>Aspect</td><td>7<sup>th</sup> Aspect</td></tr></tbody></table></figure>
</div>
</div>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td><strong>Karkatwa</strong><strong> of Planet: SUN</strong></td></tr><tr><td>General</td><td>Temple, Shiva, bones, father, head of the dept., medicine, city, religion, Vedic, teaching, Promotion, Govt. Honors development, name and fame.</td></tr><tr><td>Health (body part)</td><td>Right eye, Soul, glow, Stomach, heart, immunity</td></tr><tr><td>Relation</td><td>Father , Son, King, President, PM, Father in law, Prominent personalities</td></tr><tr><td>Places</td><td>forest, lion caves, places, government offices, forts, places.</td></tr><tr><td>Substance</td><td>wheat, some chemicals.</td></tr></tbody></table></figure>



<h2 class="wp-block-heading" id="h-what-s-more-at-astrobasic">What’s more at AstroBasic:</h2>



<ul class="wp-block-list" id="block-dbfa266b-37bb-4daf-8d46-83c40ec8dd75"><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Home</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Number Based Astrology Professional Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Bhrigu Nadi Learning Course</a></li><li><a href="https://test.astrobasic.com/astrology-professional-course/" target="_blank" rel="noreferrer noopener">Case Studies</a></li></ul>



<p></p>
<p>The post <a href="https://astrobasic.com/sun-surya/">Sun (Surya)</a> appeared first on <a href="https://astrobasic.com">AstroBasic</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>